ElevationScheme constructor
const
ElevationScheme({
- Color? shadowColor,
- Color? smallShadowColor,
- Color? mediumShadowColor,
- Color? largeShadowColor,
Implementation
const ElevationScheme({
this.shadowColor,
this.smallShadowColor,
this.mediumShadowColor,
this.largeShadowColor,
});