components/textfield/zero_textfield library
Classes
- ZeroTextField
-
ZeroTextField is the the simplified version of TextField with the default implemented design guidelines of
Zero One Design System. Pretty much all the fields are inheritted from TextField
except that it provides
labelText
,hintText
,errorText
, andsupportText
upfront instead of under InputDecoration.
Typedefs
- BuildCounter = Widget? Function(BuildContext, {required int currentLength, required bool isFocused, required int? maxLength})
- ContextMenuBuilder = Widget Function(BuildContext, EditableTextState)
- OnFocusChanged = dynamic Function(bool hasFocus)