SkeletonProps constructor
const
SkeletonProps({
- String? width,
- String? height,
- String? borderRadius,
- SkeletonShape shape = SkeletonShape.rectangle,
- bool animate = true,
- ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
Implementation
const SkeletonProps({
this.width,
this.height,
this.borderRadius,
this.shape = SkeletonShape.rectangle,
this.animate = true,
this.styles,
this.decoration,
});