ZeroCardStyle constructor

const ZeroCardStyle({
  1. Color? backgroundColor,
  2. double? elevation,
  3. BorderRadiusGeometry? borderRadius,
  4. BorderSide? side,
  5. Color? shadowColor,
  6. EdgeInsetsGeometry? margin,
  7. bool? borderOnForeground,
})

Implementation

const ZeroCardStyle({
  this.backgroundColor,
  this.elevation,
  this.borderRadius,
  this.side,
  this.shadowColor,
  this.margin,
  this.borderOnForeground,
});