ClayThemeData constructor
const
ClayThemeData({})
Implementation
const ClayThemeData({
this.height,
this.width,
this.color = const Color(0xFFf0f0f0),
this.parentColor,
this.surfaceColor,
this.borderRadius,
this.customBorderRadius,
this.textTheme,
this.depth,
this.emboss = false,
this.spread,
});