ElevationScheme constructor

const ElevationScheme({
  1. Color? shadowColor,
  2. Color? smallShadowColor,
  3. Color? mediumShadowColor,
  4. Color? largeShadowColor,
})

Implementation

const ElevationScheme({
  this.shadowColor,
  this.smallShadowColor,
  this.mediumShadowColor,
  this.largeShadowColor,
});