TabContainerTheme class
Theme data for TabContainer providing default builders.
Constructors
- TabContainerTheme.new({TabBuilder? builder, TabChildBuilder? childBuilder})
-
Theme data for TabContainer providing default builders.
const
Properties
- builder → TabBuilder?
-
Default builder for laying out tab children.
final
- childBuilder → TabChildBuilder?
-
Default builder for wrapping each tab child.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{ValueGetter< TabBuilder?> ? builder, ValueGetter<TabChildBuilder?> ? childBuilder}) → TabContainerTheme - Creates a copy of this theme with the given fields replaced.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override