SkeletonPlus class

Constructors

SkeletonPlus.automatic({required bool enabled})
Default Skeleton animation
SkeletonPlus.custom({required bool enabled, Color? baseColor, Color? highlightColor, Duration? duration, bool showShadows = false, bool showBorders = false})
Custom Skeleton animation

Properties

baseColor Color?
Skeleton base color
final
duration Duration?
Skeleton animation duration
final
enabled bool
Skeleton animation enabled or disabled -> true or false
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
Skeleton animated color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBorders bool
Skeleton show widget borders -> true or false
final
showShadows bool
Skeleton show widget shadows -> true or false
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