BadSkeleton constructor
const
BadSkeleton({})
Implementation
const BadSkeleton({
super.key,
this.width,
required this.height,
this.margin,
this.border,
this.borderRadius = 0,
this.fill = Colors.grey,
this.duration = const Duration(seconds: 1),
this.direction = ShimmerDirection.l2r,
// this.rotateAngle = 0,
this.repeat = 0,
this.repeatDelay = Duration.zero,
}) : assert(repeat >= 0, 'out of range');