TabModel class

Constructors

TabModel({required String label, int? flex, TextStyle? textStyle, VoidCallback? onTop, double? width, Widget? child, EdgeInsetsGeometry? padding = const EdgeInsets.all(3), AlignmentGeometry? alignment, bool showLeft = false, bool showRight = false, bool showBottom = false, bool showTooltip = true})

Properties

alignment AlignmentGeometry?
getter/setter pair
child Widget?
getter/setter pair
flex int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String
getter/setter pair
onTop VoidCallback?
getter/setter pair
padding EdgeInsetsGeometry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBottom bool
getter/setter pair
showLeft bool
getter/setter pair
showRight bool
getter/setter pair
showTooltip bool
getter/setter pair
textStyle TextStyle?
getter/setter pair
width double?
getter/setter pair

Methods

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