StacBottomNavigationBar class
Constructors
-
StacBottomNavigationBar({required List<StacBottomNavigationBarItem> items, double? elevation, BottomNavigationBarType? bottomNavigationBarType, String? fixedColor, String? backgroundColor, @Default.new(24) double iconSize, String? selectedItemColor, String? unselectedItemColor, @Default.new(14.0) double selectedFontSize, @Default.new(12.0) double unselectedFontSize, StacTextStyle? selectedLabelStyle, StacTextStyle? unselectedLabelStyle, bool? showSelectedLabels, bool? showUnselectedLabels, bool? enableFeedback, BottomNavigationBarLandscapeLayout? landscapeLayout})
-
const
factory
-
StacBottomNavigationBar.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Serializes this StacBottomNavigationBar to a JSON map.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited