MyRoundedSearchInput constructor
MyRoundedSearchInput({
- Key? key,
- String? hint,
- TextInputAction? imeAction,
- String? searchIcon,
- ValueChanged<
String> ? onChange, - ValueChanged<
String> ? onComplete, - double height = 30.0,
- double fontSize = 14.0,
- double? width,
- double? radius,
- double iconSize = 15.0,
- String? initText,
- bool editable = true,
- TextEditingController? controller,
Implementation
MyRoundedSearchInput(
{Key? key,
this.hint,
this.imeAction,
this.searchIcon,
this.onChange,
this.onComplete,
this.height = 30.0,
this.fontSize = 14.0,
this.width,
this.radius,
this.iconSize = 15.0,
this.initText,
this.editable = true,
this.controller})
: super(key: key);