TabsTheme class

Theme data for customizing Tabs widget appearance.

This class defines the visual properties that can be applied to Tabs widgets, including padding for the container and individual tabs, background colors, and border radius styling. These properties can be set at the theme level to provide consistent styling across the application.

Constructors

TabsTheme({EdgeInsetsGeometry? containerPadding, EdgeInsetsGeometry? tabPadding, Color? backgroundColor, BorderRadiusGeometry? borderRadius})
const

Properties

backgroundColor Color?
final
borderRadius BorderRadiusGeometry?
final
containerPadding EdgeInsetsGeometry?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabPadding EdgeInsetsGeometry?
final

Methods

copyWith({ValueGetter<EdgeInsetsGeometry?>? containerPadding, ValueGetter<EdgeInsetsGeometry?>? tabPadding, ValueGetter<Color?>? backgroundColor, ValueGetter<BorderRadiusGeometry?>? borderRadius}) TabsTheme
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