ZetaNavigationRail constructor
- Key? key,
- bool? rounded,
- required List<
ZetaNavigationRailItem> items, - int? selectedIndex,
- void onSelect()?,
- EdgeInsets? margin,
- EdgeInsets? itemSpacing,
- EdgeInsets? itemPadding,
- bool? wordWrap,
- String? semanticLabel,
Constructor for ZetaNavigationRail.
Implementation
const ZetaNavigationRail({
super.key,
super.rounded,
required this.items,
this.selectedIndex,
this.onSelect,
this.margin,
this.itemSpacing,
this.itemPadding,
this.wordWrap,
this.semanticLabel,
});