SkeletonProps constructor

const SkeletonProps({
  1. String? width,
  2. String? height,
  3. String? borderRadius,
  4. SkeletonShape shape = SkeletonShape.rectangle,
  5. bool animate = true,
})

Implementation

const SkeletonProps({
  this.width,
  this.height,
  this.borderRadius,
  this.shape = SkeletonShape.rectangle,
  this.animate = true,
});