CardStyle constructor

const CardStyle({
  1. double elevation = 1.0,
  2. double radius = 8.0,
  3. double margin = 8.0,
  4. String clipType = 'none',
})

Implementation

const CardStyle({
  this.elevation = 1.0,
  this.radius = 8.0,
  this.margin = 8.0,
  this.clipType = 'none',
});