NavigationControlData constructor
NavigationControlData({
- required NavigationContainerType containerType,
- required NavigationLabelType parentLabelType,
- required NavigationLabelPosition parentLabelPosition,
- required NavigationLabelSize parentLabelSize,
- required EdgeInsets parentPadding,
- required Axis direction,
- required int? selectedIndex,
- required ValueChanged<
int> onSelected, - required bool expanded,
- required int childCount,
- required double spacing,
- required bool keepCrossAxisSize,
- required bool keepMainAxisSize,
Implementation
NavigationControlData({
required this.containerType,
required this.parentLabelType,
required this.parentLabelPosition,
required this.parentLabelSize,
required this.parentPadding,
required this.direction,
required this.selectedIndex,
required this.onSelected,
required this.expanded,
required this.childCount,
required this.spacing,
required this.keepCrossAxisSize,
required this.keepMainAxisSize,
});