ClayThemeData class
Constructors
-
ClayThemeData({double? height, double? width, Color color = const Color(0xFFf0f0f0), Color? parentColor, Color? surfaceColor, double? borderRadius, BorderRadius? customBorderRadius, ClayTextTheme? textTheme, int? depth, bool emboss = false, double? spread})
-
const
Methods
-
copyWith({double? height, double? width, Color? color, Color? parentColor, Color? surfaceColor, double? borderRadius, BorderRadius? customBorderRadius, int? depth, double? spread, bool? emboss, ClayTextTheme? textTheme})
→ ClayThemeData
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited