BottomActionBarConfig class

Bottom Action Bar Config

Constructors

BottomActionBarConfig({bool enabled = true, bool showBackspaceButton = true, bool showSearchViewButton = true, Color? backgroundColor = Colors.blue, Color buttonColor = Colors.blue, Color buttonIconColor = Colors.white, BottomActionBarBuilder? customBottomActionBar})
Constructor
const

Properties

backgroundColor Color?
Background color of search bar
final
buttonColor Color
Search Button color
final
buttonIconColor Color
Search Button Icon color
final
customBottomActionBar BottomActionBarBuilder?
Custom search bar Hot reload is not supported
final
enabled bool
Enable Bottom Action Bar
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBackspaceButton bool
Show Backspace button
final
showSearchViewButton bool
Show Search View button
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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