TextFieldConfig class

Constructors

TextFieldConfig({TextStyle? style, TextStyle? hintStyle, StrutStyle? strutStyle, Widget? searchText, DecoratorPositioned? searchTextPositioned, ValueTwoCallbackT<Widget, SendState, int>? sendVerificationCodeTextBuilder, DecoratorPositioned? sendVerificationCodePositioned, 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
sendVerificationCodePositioned DecoratorPositioned?
发送验证码位置
final
sendVerificationCodeTextBuilder 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