MyoroTableStyle class
Style model of MyoroTable.
- Implementers
- Annotations
-
- @immutable
- @myoroModel
Constructors
- MyoroTableStyle.new({Color? backgroundColor, TextStyle? columnTextStyle, double? columnSpacing, TextStyle? rowTextStyle, EdgeInsets? loaderEmptyMessageErrorMessagePadding, TextStyle? emptyMessageTextStyle, TextStyle? errorMessageTextStyle})
-
const
- MyoroTableStyle.fake()
-
factory
Properties
- backgroundColor → Color?
-
Background color of the table.
final
- columnSpacing → double?
-
Spacing between columns.
final
- columnTextStyle → TextStyle?
-
Default TextStyle of
_Column
.final - emptyMessageTextStyle → TextStyle?
-
TextStyle of
_EmptyMessage
.final - errorMessageTextStyle → TextStyle?
-
TextStyle of
_ErrorMessage
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- loaderEmptyMessageErrorMessagePadding → EdgeInsets?
-
EdgeInsets of
_Loader
,_EmptyMessage
and_ErrorMessage
.final - rowTextStyle → TextStyle?
-
Default TextStyle of
_Row
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → MyoroTableStyle
-
no setterinherited
Methods
-
copyWith(
{Color? backgroundColor, bool backgroundColorProvided = true, TextStyle? columnTextStyle, bool columnTextStyleProvided = true, double? columnSpacing, bool columnSpacingProvided = true, TextStyle? rowTextStyle, bool rowTextStyleProvided = true, EdgeInsets? loaderEmptyMessageErrorMessagePadding, bool loaderEmptyMessageErrorMessagePaddingProvided = true, TextStyle? emptyMessageTextStyle, bool emptyMessageTextStyleProvided = true, TextStyle? errorMessageTextStyle, bool errorMessageTextStyleProvided = true}) → MyoroTableStyle -
inherited
-
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
Static Methods
-
lerp(
MyoroTableStyle? a, MyoroTableStyle? b, double t) → MyoroTableStyle