HomeTab class
Constructors
- HomeTab(HomeTabId id, String title, IconData icon, MaterialColor color, Key btnKey, Key titleKey, {QueryChangeHandler onQueryChange, RefreshHandler onRefresh})
Properties
- btnKey → Key
-
final
- color → MaterialColor
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- icon → IconData
-
final
- id → HomeTabId
-
final
- onQueryChange ↔ QueryChangeHandler
-
read / write
- onRefresh ↔ RefreshHandler
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- title → String
-
final
- titleKey → Key
-
final
Methods
-
hasQueryHandler(
) → bool -
hasRefreshHandler(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited