TCardStyle constructor
const
TCardStyle({
- EdgeInsets? margin,
- EdgeInsets? padding,
- double? elevation,
- BorderRadius? borderRadius,
- Color? backgroundColor,
- Border? border,
Implementation
const TCardStyle({
this.margin,
this.padding,
this.elevation,
this.borderRadius,
this.backgroundColor,
this.border,
});