NomoElevationThemeData class

Implemented types

Constructors

NomoElevationThemeData({Color backgroundColor = Colors.white, Color shadowColor = Colors.black26, double elevation = 1.0, Duration animationDuration = const Duration(milliseconds: 200), Curve animationCurve = Curves.fastOutSlowIn})
const
NomoElevationThemeData.from(NomoElevationColorData colors, NomoElevationSizingData sizing, NomoElevationConstants constants)
factory

Properties

animationCurve Curve
final
animationDuration Duration
final
backgroundColor 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

Methods

copyWith([NomoElevationThemeDataNullable? override]) NomoElevationThemeData
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