CardTheme
Customizes the appearance of Card across the app.
Properties
clip_behavior- Overrides the default value of flet.Card.clip_behavior in all descendant Card controls.color- Overrides the default value of flet.Card.clip_behavior in all descendant Card controls.elevation- Overrides the default value of flet.Card.elevation in all descendant Card controls.margin- Overrides the default value of flet.Card.margin in all descendant Card controls.shadow_color- Overrides the default value of flet.Card.shadow_color in all descendant Card controls.shape- Overrides the default value of flet.Card.shape in all descendant Card controls.
Properties
clip_behaviorclass-attributeinstance-attribute
clip_behavior: Optional[ClipBehavior] = NoneOverrides the default value of flet.Card.clip_behavior in all descendant Card controls.
colorclass-attributeinstance-attribute
color: Optional[ColorValue] = NoneOverrides the default value of flet.Card.clip_behavior in all descendant Card controls.
elevationclass-attributeinstance-attribute
elevation: Optional[Number] = NoneOverrides the default value of flet.Card.elevation in all descendant Card controls.
marginclass-attributeinstance-attribute
margin: Optional[MarginValue] = NoneOverrides the default value of flet.Card.margin in all descendant Card controls.
shadow_colorclass-attributeinstance-attribute
shadow_color: Optional[ColorValue] = NoneOverrides the default value of flet.Card.shadow_color in all descendant Card controls.
shapeclass-attributeinstance-attribute
shape: Optional[OutlinedBorder] = NoneOverrides the default value of flet.Card.shape in all descendant Card controls.