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

Properties

borderRadius → BorderRadius?
final
color → Color?
final
display → Display?
final
hashCode int
The hash code for this object.
no setterinherited
height → Unit?
final
key → Key?
Controls how one component replaces another component in the tree.
finalinherited
labelPadding → EdgeInsets?
final
mainAxisAlignment → JustifyContent?
final
overflow → Overflow?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabs List<TabData>
final

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

Operators

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