TTableMobileCardTheme class
- Inheritance
-
- Object
- TKeyValueTheme
- TTableMobileCardTheme
Constructors
- TTableMobileCardTheme({EdgeInsets margin = const EdgeInsets.only(bottom: 12), EdgeInsets padding = const EdgeInsets.all(16), double elevation = 1, BorderRadius borderRadius = const BorderRadius.all(Radius.circular(12)), Color? backgroundColor, Color? selectedBackgroundColor, Border? border, Border? selectedBorder})
-
const
Properties
- backgroundColor → Color?
-
final
- border → Border?
-
final
- borderRadius → BorderRadius
-
final
- elevation → double
-
final
- forceKeyValue → bool
-
finalinherited
- gridSpacing → double
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyStyle → TextStyle?
-
finalinherited
- keyValueBreakPoint → double
-
finalinherited
- labelStyle → TextStyle?
-
finalinherited
- margin → EdgeInsets
-
final
- minGridColWidth → double
-
finalinherited
- padding → EdgeInsets
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedBackgroundColor → Color?
-
final
- selectedBorder → Border?
-
final
- valueStyle → TextStyle?
-
finalinherited
Methods
-
getBackgroundColor(
ColorScheme colors, bool isSelected) → Color -
getBorder(
ColorScheme colors, bool isSelected) → Border -
getKeyStyle(
ColorScheme colors) → TextStyle -
inherited
-
getLabelStyle(
ColorScheme colors) → TextStyle -
inherited
-
getValueStyle(
ColorScheme colors) → TextStyle -
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