CardTheme
Customizes the appearance of Card across the app.
Properties
-
clip_behavior(ClipBehavior | None) –Overrides the default value of
Card.clip_behaviorin all -
color(ColorValue | None) –Overrides the default value of
Card.clip_behaviorin all -
elevation(Number | None) –Overrides the default value of
Card.elevationin all -
margin(MarginValue | None) –Overrides the default value of
Card.marginin all -
shadow_color(ColorValue | None) –Overrides the default value of
Card.shadow_colorin all -
shape(OutlinedBorder | None) –Overrides the default value of
Card.shapein all
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.