SuperSkeleton.rectangle constructor
const
SuperSkeleton.rectangle({
- Key? key,
- double? width,
- double? height,
- EdgeInsetsGeometry? margin,
Implementation
const SuperSkeleton.rectangle({
super.key,
this.width,
this.height,
this.margin,
}) : shape = const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(4)),
);