HomeNavItem class

Define the widget used in Web3 Wallet app home page.

Constructors

HomeNavItem({required String text, required Widget icon, required Widget iconActive, required Widget content})

Properties

content Widget
Page content for this nav item.
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget
Icon display in BottomNavBar.
final
iconActive Widget
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Text display in BottomNavBar.
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.
inherited