MyoroTableThemeExtension class
- Inheritance
-
- Object
- ThemeExtension<
MyoroTableThemeExtension> - MyoroTableThemeExtension
- Annotations
-
- @immutable
- @myoroThemeExtension
Constructors
- MyoroTableThemeExtension.new({BoxDecoration? decoration, TextStyle? columnTextStyle, double? columnSpacing, TextStyle? rowTextStyle, EdgeInsets? loaderEmptyMessageErrorMessagePadding, TextStyle? emptyMessageTextStyle, TextStyle? errorMessageTextStyle})
-
const
- MyoroTableThemeExtension.builder(ColorScheme colorScheme, TextTheme textTheme)
- MyoroTableThemeExtension.fake()
Properties
- columnSpacing → double?
-
Spacing between columns.
final
- columnTextStyle → TextStyle?
-
Default TextStyle of
_Column
.final - decoration → BoxDecoration?
-
Container.decoration of
_MyoroTableState
.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 → MyoroTableThemeExtension
-
no setterinherited
- type → Object
-
The extension's type.
no setterinherited
Methods
-
copyWith(
{BoxDecoration? decoration, bool decorationProvided = 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}) → MyoroTableThemeExtension -
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
inherited
-
lerp(
covariant ThemeExtension< MyoroTableThemeExtension> ? other, double t) → MyoroTableThemeExtension -
Linearly interpolate with another ThemeExtension object.
override
-
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