TabDecoration class

A skeleton class to be used in order to build the TabDecoration style.

Constructors

TabDecoration.new({required TextStyle textStyle, Decoration? decoration})
TabDecoration.decoration will take a Decoration property to decorate tabs TabDecoration.textStyle will take a TextStyle property to decorate tabs label text

Properties

decoration Decoration?
decoration for tabs
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
TextStyle for tab label
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