KinSkeletonListTile constructor

const KinSkeletonListTile({
  1. Key? key,
  2. bool showAvatar = true,
})

Implementation

const KinSkeletonListTile({super.key, this.showAvatar = true});