ZeroNavigationRail constructor
const
ZeroNavigationRail({
- Key? key,
- required List<
ZeroNavigationRailItem> items, - Widget? leading,
- Widget? action,
- ZeroNavigationRailType type = ZeroNavigationRailType.iconLabel,
- ValueChanged<
int> ? onTap, - int activeIndex = 0,
- ZeroNavigationRailStyle? style,
Implementation
const ZeroNavigationRail({
super.key,
required this.items,
this.leading,
this.action,
this.type = ZeroNavigationRailType.iconLabel,
this.onTap,
this.activeIndex = 0,
this.style,
});