TextFieldConfig class
Constructors
-
TextFieldConfig({TextStyle? style, TextStyle? hintStyle, StrutStyle? strutStyle, Widget? searchText, DecoratorPositioned? searchTextPositioned, ValueTwoCallbackT<
Widget, SendState, int> ? sendSMSTextBuilder, DecoratorPositioned? sendSMSPositioned, ValueCallbackTV<Widget, bool> ? eyeIconBuilder, Widget? clearIcon, Widget? searchIcon}) -
const
Properties
- clearIcon → Widget?
-
清除 icon
final
-
eyeIconBuilder
→ ValueCallbackTV<
Widget, bool> ? -
显示和隐藏 eye
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintStyle → TextStyle?
-
提示文字样式
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchIcon → Widget?
-
搜索 icon
final
- searchText → Widget?
-
搜索文字
final
- searchTextPositioned → DecoratorPositioned?
-
final
- sendSMSPositioned → DecoratorPositioned?
-
final
-
sendSMSTextBuilder
→ ValueTwoCallbackT<
Widget, SendState, int> ? -
发送验证码
final
- strutStyle → StrutStyle?
-
strutStyle
final
- style → TextStyle?
-
输入文字样式
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited