TextFieldConfig constructor
const
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,
Implementation
const TextFieldConfig(
{this.style,
this.hintStyle,
this.strutStyle,
this.searchText,
this.searchTextPositioned,
this.sendSMSTextBuilder,
this.sendSMSPositioned,
this.eyeIconBuilder,
this.clearIcon,
this.searchIcon});