ClayTextTheme constructor
const
ClayTextTheme({})
Implementation
const ClayTextTheme({
required this.style,
this.color = const Color(0xFFf0f0f0),
this.depth = 40,
this.size = 14,
this.parentColor,
this.textColor,
this.spread,
this.emboss = false,
});