TabBar class
Constructors
-
TabBar({required List<TabData> tabs, Color? color, Unit? height, BorderRadius? borderRadius, Overflow? overflow, Display? display, JustifyContent? mainAxisAlignment, EdgeInsets? labelPadding, Key? key})
-
const
Methods
-
createElement()
→ Element
-
Creates a
StatefulElement to manage this component's location in the tree.
inherited
-
createState()
→ State<StatefulComponent>
-
Creates the mutable state for this component at a given location in the tree.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited