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