ZeroSkeletonStyleSet constructor

const ZeroSkeletonStyleSet({
  1. SkeletonAvatarStyle? avatar,
  2. SkeletonLineStyle? line,
  3. SkeletonListTileStyle? listTile,
  4. SkeletonParagraphStyle? paragraph,
})

Implementation

const ZeroSkeletonStyleSet(
    {this.avatar, this.line, this.listTile, this.paragraph});