NavigationControlData class
Constructors
-
NavigationControlData.new({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})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited