ShimmerTypeProportional class

Shimmer type configuration that is used for defining a proportional shimmer with user defined leading and trailing flex.

Inheritance

Constructors

ShimmerTypeProportional({required int trailingFlex, required int leadingFlex})

Properties

hashCode int
The hash code for this object.
no setterinherited
leadingFlex int
final
placeholderText String
The text to be displayed as a placeholder
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailingFlex int
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