TextFieldConfig constructor

const TextFieldConfig({
  1. TextStyle? style,
  2. TextStyle? hintStyle,
  3. StrutStyle? strutStyle,
  4. Widget? searchText,
  5. DecoratorPositioned? searchTextPositioned,
  6. ValueTwoCallbackT<Widget, SendState, int>? sendSMSTextBuilder,
  7. DecoratorPositioned? sendSMSPositioned,
  8. ValueCallbackTV<Widget, bool>? eyeIconBuilder,
  9. Widget? clearIcon,
  10. 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});