AppBarSearch class

Constructors

AppBarSearch({@required State<StatefulWidget>? state, Widget? title, String? hintText = "search...", VoidCallback? onPressed, TextEditingController? controller, ValueChanged<String>? onSubmitted, VoidCallback? onEditingComplete})

Properties

controller TextEditingController?
final
hashCode int
The hash code for this object.
no setterinherited
hintText String?
final
onEditingComplete VoidCallback?
final
onPressed VoidCallback?
final
onSubmitted ValueChanged<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchIcon IconButton
no setter
state State<StatefulWidget>?
final
title Widget?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSearchIcon({String? hintText, TextEditingController? controller, ValueChanged<String>? onSubmitted, VoidCallback? onEditingComplete}) IconButton
onTitle(Widget title) Widget?
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited