SkeletonSessionList constructor

const SkeletonSessionList({
  1. Key? key,
  2. required int count,
})

Implementation

const SkeletonSessionList({super.key, required this.count});