NavigationContainerMixin mixin

A mixin for navigation containers that provides child wrapping functionality.

This mixin is used to enhance navigation containers with the ability to wrap navigation items with necessary control data. It tracks item positions and manages selectable state for proper navigation behavior.

Properties

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
wrapChildren(BuildContext context, List<NavigationBarItem> children) List<Widget>
Wraps navigation bar items with control data for selection tracking.

Operators

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