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#
class-attribute
      instance-attribute
  
#
clip_behavior: ClipBehavior | None = None
Overrides the default value of Card.clip_behavior in all
descendant Card controls.
class-attribute
      instance-attribute
  
#
color: ColorValue | None = None
Overrides the default value of Card.clip_behavior in all
descendant Card controls.
class-attribute
      instance-attribute
  
#
elevation: Number | None = None
Overrides the default value of Card.elevation in all
descendant Card controls.
class-attribute
      instance-attribute
  
#
margin: MarginValue | None = None
Overrides the default value of Card.margin in all
descendant Card controls.
class-attribute
      instance-attribute
  
#
shadow_color: ColorValue | None = None
Overrides the default value of Card.shadow_color in all
descendant Card controls.
class-attribute
      instance-attribute
  
#
shape: OutlinedBorder | None = None
Overrides the default value of Card.shape in all
descendant Card controls.