InstagramTabView class

Inheritance

Constructors

InstagramTabView.new({Key? key, double? elevation, BottomNavigationBarType? bottomNavigationBarType, double? selectedFontSize, TextStyle? selectedLabelStyle, TextStyle? unselectedLabelStyle, required Color selectedItemColor, required Color unselectedItemColor, double? unselectedFontSize, EdgeInsets? bottomNavigationBarItemPadding, double? height, dynamic onTap(int)?, Color? backgroundColor, double? iconSize, bool? showSelectedLabels, bool? showUnselectedLabels, IconThemeData? selectedIconTheme, BottomNavigationBarLandscapeLayout? bottomNavigationBarLandscapeLayout, bool? enableFeedback, MouseCursor? mouseCursor, bool? middleColorNo, IconThemeData? unselectedIconTheme, required List<InstagramTabItem> items, required IconType iconType, double? selectedIconHeight, double? unSelectedIconHeight, double? selectedIconWidth, double? unSelectedIconWidth, double? selectedIconSize, double? unSelectedIconSize, bool? isDivider, double? dividerWidth, double? dividerHeight, Color? dividerColor, double? dividerMargin, double? dividerRadius, Color? middleColor, int? currentIndex, double? middleHeight, dynamic onTapWith()?, dynamic topOfBottomNavigationBar({Widget child})?})

Properties

backgroundColor Color?
final
bottomNavigationBarItemPadding EdgeInsets?
final
bottomNavigationBarLandscapeLayout BottomNavigationBarLandscapeLayout?
final
bottomNavigationBarType BottomNavigationBarType?
final
currentIndex int?
final
dividerColor Color?
final
dividerHeight double?
final
dividerMargin double?
final
dividerRadius double?
final
dividerWidth double?
final
elevation double?
final
enableFeedback bool?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
iconSize double?
final
iconType IconType
final
isDivider bool?
final
items List<InstagramTabItem>
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
middleColor Color?
final
middleColorNo bool?
final
middleHeight double?
final
mouseCursor MouseCursor?
final
onTap → dynamic Function(int)?
final
onTapWith → dynamic Function()?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedFontSize double?
final
selectedIconHeight double?
final
selectedIconSize double?
final
selectedIconTheme IconThemeData?
final
selectedIconWidth double?
final
selectedItemColor Color
final
selectedLabelStyle TextStyle?
final
showSelectedLabels bool?
final
showUnselectedLabels bool?
final
topOfBottomNavigationBar ↔ dynamic Function({Widget child})?
getter/setter pair
unselectedFontSize double?
final
unSelectedIconHeight double?
final
unSelectedIconSize double?
final
unselectedIconTheme IconThemeData?
final
unSelectedIconWidth double?
final
unselectedItemColor Color
final
unselectedLabelStyle TextStyle?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<InstagramTabView>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

clear() → void