GlassSkeletonLoader constructor
const
GlassSkeletonLoader({})
Creates a rectangular skeleton placeholder.
Implementation
const GlassSkeletonLoader({
super.key,
this.width,
this.height = 16,
this.borderRadius = 8,
this.baseColor,
this.highlightColor,
this.duration = const Duration(milliseconds: 1400),
}) : _shape = BoxShape.rectangle;