NavDivider class

A predefined divider navigation item for use in NavigationScreen's sidebar or rail.

This item inserts a standard Divider between navigation tabs, providing visual separation in layouts like Sidebar or NavigationRail. It extends NavItem for seamless integration with Arcane's navigation patterns, ensuring minimal rebuilds and consistent spacing via ArcaneTheme.

Inheritance

Constructors

const

Properties

builder Widget Function(BuildContext)
finalinherited
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