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