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

Properties

borderRadius double?
final
color Color
final
customBorderRadius BorderRadius?
final
depth int?
final
emboss bool
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
parentColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spread double?
final
surfaceColor Color?
final
textTheme ClayTextTheme?
final
width double?
final

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

Operators

operator ==(Object other) bool
The equality operator.
inherited