SkeletonListTile constructor

const SkeletonListTile({
  1. bool hasLeading = true,
  2. Key? key,
})

Creates a SkeletonListTile.

Implementation

const SkeletonListTile({this.hasLeading = true, super.key});