SkeletonProps constructor

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

Implementation

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