MotionSkeleton.rectangle constructor
const
MotionSkeleton.rectangle({})
Implementation
const MotionSkeleton.rectangle({
super.key,
required this.width,
required this.height,
double borderRadius = 8.0,
}) : shape = const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(8)),
);