TabButton class

Configures a tab button.

Constructors

TabButton({required IconProvider icon, Color? color, Color? hoverColor, Color? disabledColor, BoxDecoration? background, BoxDecoration? hoverBackground, BoxDecoration? disabledBackground, VoidCallback? onPressed, TabbedViewMenuBuilder? menuBuilder, String? toolTip, EdgeInsetsGeometry? padding, double? iconSize})

Properties

background BoxDecoration?
final
color Color?
final
disabledBackground BoxDecoration?
final
disabledColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
hoverBackground BoxDecoration?
final
hoverColor Color?
final
icon IconProvider
final
iconSize double?
final
final
onPressed VoidCallback?
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toolTip String?
final

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