SkeletonParagraph constructor

SkeletonParagraph({
  1. Key? key,
  2. SkeletonParagraphStyle style = const SkeletonParagraphStyle(),
})

Implementation

SkeletonParagraph({
  Key? key,
  this.style = const SkeletonParagraphStyle(),
}) : super(key: key);