TableCellTheme class
Constructors
-
TableCellTheme({WidgetStateProperty<
Border?> ? border, WidgetStateProperty<Color?> ? backgroundColor, WidgetStateProperty<TextStyle?> ? textStyle}) -
const
Properties
-
backgroundColor
→ WidgetStateProperty<
Color?> ? -
final
-
border
→ WidgetStateProperty<
Border?> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
textStyle
→ WidgetStateProperty<
TextStyle?> ? -
final
Methods
-
copyWith(
{WidgetStateProperty< Border> ? border, WidgetStateProperty<Color> ? backgroundColor, WidgetStateProperty<TextStyle> ? textStyle}) → TableCellTheme -
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