TabBuilderRF class

Constructors

TabBuilderRF.new({List<Widget>? tabs, List<Widget>? views, TabController? controller, Color? selectedLabelColor, Color? unselectedLabelColor, TabBarIndicatorSize indicatorSize = TabBarIndicatorSize.tab, Decoration? indicatorDecoration, Function? onTap, TickerProvider? tickerProvider, Function? tabBuilder})

Properties

controller TabController?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indicatorDecoration Decoration?
final
indicatorSize TabBarIndicatorSize
final
onTap Function?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedLabelColor Color?
final
tabBuilder Function?
getter/setter pair
tabs List<Widget>?
getter/setter pair
tickerProvider TickerProvider?
final
unselectedLabelColor Color?
final
views List<Widget>?
final

Methods

moveAfter() → dynamic
moveBefore() → dynamic
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