AnimSearchAppBar constructor
const
AnimSearchAppBar({
- Key? key,
- double radius = 10,
- TextEditingController? cSearch,
- FocusNode? searchFocusNode,
- Color? clearIconColor,
- Color? backgroundColor,
- TextStyle? labelStyle,
- TextStyle? hintStyle,
- TextStyle? cancelButtonTextStyle,
- Widget? prefixIcon,
- Color? iconColor,
- Widget? suffixIcon,
- Duration? duration,
- String? cancelButtonText,
- String? hintText,
- InputDecoration? decoration,
- ValueChanged<
String> ? onChanged, - String? title,
- Widget? appBar,
- TextStyle? titleStyle,
- TextInputType? keyboardType,
- TextCapitalization textCapitalization = TextCapitalization.none,
- TextInputAction? textInputAction,
- ValueChanged<
String> ? onFieldSubmitted,
Implementation
const AnimSearchAppBar({
Key? key,
this.radius = 10,
this.cSearch,
this.searchFocusNode,
this.clearIconColor,
this.backgroundColor,
this.labelStyle,
this.hintStyle,
this.cancelButtonTextStyle,
this.prefixIcon,
this.iconColor,
this.suffixIcon,
this.duration,
this.cancelButtonText,
this.hintText,
this.decoration,
this.onChanged,
this.title,
this.appBar,
this.titleStyle,
this.keyboardType,
this.textCapitalization = TextCapitalization.none,
this.textInputAction,
this.onFieldSubmitted,
}) : super(key: key);