ClayThemeData constructor

const ClayThemeData({
  1. double? height,
  2. double? width,
  3. Color color = const Color(0xFFf0f0f0),
  4. Color? parentColor,
  5. Color? surfaceColor,
  6. double? borderRadius,
  7. BorderRadius? customBorderRadius,
  8. ClayTextTheme? textTheme,
  9. int? depth,
  10. bool emboss = false,
  11. double? spread,
})

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,
});