Skip to main content
The Stac TextField allows you to build a Flutter text field widget using JSON. To know more about the text field widget in Flutter, refer to the official documentation.

Properties

StacInputDecoration

decoration supports Flutter input decoration fields such as labelText, hintText, prefix/suffix content, borders, fill colors, and floatingLabelBehavior.

Example