CardTheme
Customizes the appearance of Card across the app.
Properties
-
clip_behavior(ClipBehavior | None) –Overrides the default value of
Card.clip_behaviorin -
color(ColorValue | None) –Overrides the default value of
Card.clip_behaviorin -
elevation(Number | None) –Overrides the default value of
-
margin(MarginValue | None) –Overrides the default value of
Card.marginin all descendant -
shadow_color(ColorValue | None) –Overrides the default value of
Card.shadow_colorin -
shape(OutlinedBorder | None) –Overrides the default value of
Card.shapein all descendant
Properties#
clip_behavior
#
clip_behavior: ClipBehavior | None = None
Overrides the default value of Card.clip_behavior in
all descendant Card controls.
color
#
color: ColorValue | None = None
Overrides the default value of Card.clip_behavior in
all descendant Card controls.
elevation
#
elevation: Number | None = None
Overrides the default value of
Card.elevation in all descendant Card
controls.
margin
#
margin: MarginValue | None = None
Overrides the default value of Card.margin in all descendant
Card controls.
shadow_color
#
shadow_color: ColorValue | None = None
Overrides the default value of Card.shadow_color in
all descendant Card controls.
shape
#
shape: OutlinedBorder | None = None
Overrides the default value of Card.shape in all descendant
Card controls.