SkeletonParagraphStyle constructor

const SkeletonParagraphStyle({
  1. int lines = 3,
  2. EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 8, vertical: 8),
  3. double spacing = 12,
  4. SkeletonLineStyle lineStyle = const SkeletonLineStyle(),
})

Implementation

const SkeletonParagraphStyle({
  this.lines = 3,
  this.padding = const EdgeInsets.symmetric(horizontal: 8, vertical: 8),
  this.spacing = 12,
  this.lineStyle = const SkeletonLineStyle(),
});