ZdsSearchAppBar constructor

const ZdsSearchAppBar(
  1. {Key? key,
  2. String? hintText,
  3. void onChange(
    1. String value
    )?,
  4. void onSubmit(
    1. String value
    )?,
  5. Widget? leading,
  6. Widget? trailing,
  7. FocusNode? focusNode,
  8. TextEditingController? textEditingController,
  9. double height = 80.0,
  10. WidgetBuilder? overlayBuilder,
  11. bool showOverlay = false,
  12. VoidCallback? onClear,
  13. String? initValue,
  14. Color? backgroundColor,
  15. double? topPadding}
)

Creates an appBar with a search field.

Implementation

const ZdsSearchAppBar