ShimmerThemeData class

Implemented types

Constructors

ShimmerThemeData({LinearGradient gradient = const LinearGradient(colors: [Color(0xFFEBEBF4), Color(0xFFF4F4F4), Color(0xFFEBEBF4)], stops: [0.1, 0.3, 0.4], begin: Alignment(-1.0, -0.3), end: Alignment(1.0, 0.3))})
const
ShimmerThemeData.from(ShimmerColorData colors, ShimmerSizingData sizing, ShimmerConstants constants)
factory

Properties

gradient LinearGradient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith([ShimmerThemeDataNullable? override]) ShimmerThemeData
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