SkeletonListTile constructor

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

Implementation

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