GlassSkeletonLoader.text constructor
const
GlassSkeletonLoader.text({})
Creates a single placeholder text line — a short, fully-rounded bar.
Implementation
const GlassSkeletonLoader.text({
super.key,
this.width,
this.height = 14,
this.baseColor,
this.highlightColor,
this.duration = const Duration(milliseconds: 1400),
}) : borderRadius = height / 2,
_shape = BoxShape.rectangle;