FormeMaterialConfiguration class

Constructors

FormeMaterialConfiguration({bool borderOnForeground = true, Clip clipBehavior = Clip.none, ShapeBorder? shape, BorderRadiusGeometry? borderRadius, TextStyle? textStyle, Color? shadowColor, Color? color, MaterialType type = MaterialType.canvas, double elevation = 4, Duration animationDuration = kThemeChangeDuration})
const

Properties

animationDuration Duration
final
borderOnForeground bool
final
borderRadius BorderRadiusGeometry?
final
clipBehavior Clip
final
color Color?
final
elevation double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color?
final
shape ShapeBorder?
final
textStyle TextStyle?
final
type MaterialType
final

Methods

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