ZeroCardStyle constructor
const
ZeroCardStyle({
- Color? backgroundColor,
- double? elevation,
- BorderRadiusGeometry? borderRadius,
- BorderSide? side,
- Color? shadowColor,
- EdgeInsetsGeometry? margin,
- bool? borderOnForeground,
Implementation
const ZeroCardStyle({
this.backgroundColor,
this.elevation,
this.borderRadius,
this.side,
this.shadowColor,
this.margin,
this.borderOnForeground,
});