ZdsSearchAppBar constructor
- {Key? key,
- String? hintText,
- void onChange(
- String value
- void onSubmit(
- String value
- Widget? leading,
- Widget? trailing,
- FocusNode? focusNode,
- TextEditingController? textEditingController,
- double height = 80.0,
- WidgetBuilder? overlayBuilder,
- bool showOverlay = false,
- VoidCallback? onClear,
- String? initValue,
- Color? backgroundColor,
- double? topPadding}
Creates an appBar with a search field.
Implementation
const ZdsSearchAppBar