MyRoundedSearchButton constructor
MyRoundedSearchButton({
- Key? key,
- String? hint,
- 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,
- Color bgColor = UIData.windowBg,
- bool isHomeGradient = false,
- Color hintColor = UIData.textGN,
Implementation
MyRoundedSearchButton(
{Key? key,
this.hint,
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.bgColor = UIData.windowBg,
this.isHomeGradient = false,
this.hintColor = UIData.textGN})
: super(key: key);