NavItem class abstract
A base abstract class representing a navigation item in Arcane's NavigationScreen.
Navigation items define content builders that integrate with various navigation types
such as BottomNavigationBar, Sidebar, or NavigationRail. This class serves as
the foundation for both simple widgets and tab-based items, enabling efficient
content switching via IndexedStack while maintaining theme consistency through
ArcaneTheme.
- Implementers
Constructors
-
const
Properties
- builder → Widget Function(BuildContext)
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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