TabbedViewThemeData class

The TabbedView theme. Defines the configuration of the overall visual Theme for a widget subtree within the app.

Constructors

TabbedViewThemeData({TabsAreaThemeData? tabsArea, TabThemeData? tab, ContentAreaThemeData? contentArea, TabbedViewMenuThemeData? menu})
TabbedViewThemeData.classic({MaterialColor colorSet = Colors.grey, double fontSize = 13, Color borderColor = Colors.black})
Builds the predefined classic theme.
factory
TabbedViewThemeData.dark({MaterialColor colorSet = Colors.grey, double fontSize = 13})
Builds the predefined dark theme.
factory
TabbedViewThemeData.minimalist({MaterialColor colorSet = Colors.grey})
Builds the predefined minimalist theme.
factory
TabbedViewThemeData.mobile({MaterialColor colorSet = Colors.grey, Color accentColor = Colors.blue, double fontSize = 13})
Builds the predefined mobile theme.
factory

Properties

contentArea ContentAreaThemeData
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tab TabThemeData
getter/setter pair
tabsArea TabsAreaThemeData
getter/setter pair

Methods

materialDesignIcons() → void
Sets the Material Design icons.
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.
override