CardTheme constructor
const
CardTheme({})
Creates a CardTheme.
Implementation
const CardTheme({
this.padding,
this.filled,
this.fillColor,
this.borderRadius,
this.borderColor,
this.borderWidth,
this.clipBehavior,
this.boxShadow,
this.surfaceOpacity,
this.surfaceBlur,
this.duration,
});