Flutter
material
CardTheme
color property
color
description
color
property
Null safety
Color
?
color
final
Default value for
Card.color
.
If null,
Card
uses
ThemeData.cardColor
.
Implementation
final Color? color;
Flutter
material
CardTheme
color property
CardTheme class
Constructors
CardTheme
Properties
clipBehavior
color
elevation
hashCode
margin
runtimeType
shadowColor
shape
surfaceTintColor
Methods
copyWith
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringShort
Operators
operator ==
Static methods
lerp
of