AntdInputBase<WidgetType> class
abstract
- Inheritance
-
- Mixed-in types
-
- Implementers
Constructors
-
AntdInputBase.new({Key? key, AntdInputStyle? style, AntdStyleBuilder<AntdInputStyle, WidgetType>? styleBuilder, FocusNode? focusNode, bool clearable = true, String? value, bool disabled = false, ValueChanged<String?>? onChange, VoidCallback? onEditingComplete, ValueChanged<String>? onSubmitted, VoidCallback? onClear, Widget? placeholder, bool readOnly = false, AntdInputController? controller, TextAlign textAlign = TextAlign.start, bool obscureIcon = true, bool obscureText = false, bool autocorrect = false, int? maxLines, int? minLines, int? maxLength, TextInputType? keyboardType = TextInputType.text, TextInputAction? inputAction, SelectionChangedCallback? onSelectionChanged, List<TextInputFormatter>? formatters, Widget? prefix, Widget? suffix, VoidCallback? onTap, UndoHistoryController? undoController, SpellCheckConfiguration? spellCheckConfiguration, TextMagnifierConfiguration? magnifierConfiguration, AppPrivateCommandCallback? onAppPrivateCommand, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollController? scrollController, ScrollPhysics? scrollPhysics = const ClampingScrollPhysics(), Clip clipBehavior = Clip.hardEdge, AntdOnFocus? onFocus})
-
const
Methods
-
createElement()
→ StatefulElement
-
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState()
→ State<StatefulWidget>
-
Creates the mutable state for this widget at a given location in the tree.
inherited
-
debugDescribeChildren()
→ List<DiagnosticsNode>
-
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(DiagnosticPropertiesBuilder properties)
→ void
-
Add additional properties associated with the node.
inherited
-
getDefaultStyle(BuildContext context, AntdTheme theme, AntdMapToken token)
→ AntdInputStyle
-
override
-
getFinalStyle(BuildContext context, AntdInputStyle style, AntdMapToken token)
→ AntdInputStyle
-
inherited
-
getInputStyle(BuildContext context)
→ AntdInputStyle?
-
inherited
-
getStyle(BuildContext context)
→ AntdInputStyle
-
inherited
-
getStyleBuilder(BuildContext context)
→ AntdStyleBuilder<AntdInputStyle, WidgetType>?
-
inherited
-
getThemeStyle(BuildContext context, AntdTheme theme)
→ AntdStyleBuilder<AntdInputStyle, WidgetType>?
-
inherited
-
getValue(BuildContext context)
→ dynamic
-
inherited
-
getWidget(BuildContext context)
→ WidgetType
-
inherited
-
isFromItemEnv(BuildContext context)
→ bool
-
inherited
-
margeStyle(AntdInputStyle defaultStyle, AntdInputStyle? style)
→ AntdInputStyle
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setValue(BuildContext context, dynamic value, AntdFormTrigger sourceTrigger)
→ void
-
inherited
-
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style})
→ DiagnosticsNode
-
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString({DiagnosticLevel minLevel = DiagnosticLevel.info})
→ String
-
A string representation of this object.
inherited
-
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65})
→ String
-
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug})
→ String
-
Returns a one-line detailed description of the object.
inherited
-
toStringShort()
→ String
-
A short, textual description of this widget.
inherited
-
useValue(BuildContext context, void action(dynamic value))
→ void
-
inherited