MySkeleton constructor
const
MySkeleton({
- double? height,
- double? width,
- Color? color,
- EdgeInsets? margin,
- EdgeInsets? padding,
- double cornerRadius = 8.0,
- Widget? child,
- Key? key,
Implementation
const MySkeleton({
this.height,
this.width,
this.color,
this.margin,
this.padding,
this.cornerRadius = 8.0,
this.child,
super.key,
});