NUISkeletonView constructor
NUISkeletonView({
- Key? key,
- double? height,
- double? width,
- Widget? child,
- EdgeInsets? margin,
- BorderRadius? radius,
- EdgeInsets? padding,
- Color? color = NUIColors.NUISkeletalLightGray,
Implementation
NUISkeletonView({
Key? key,
this.height,
this.width,
this.child,
this.margin,
this.radius,
this.padding,
this.color = NUIColors.NUISkeletalLightGray
}) : super(key: key);