UISkeletonList constructor
const
UISkeletonList({
- Key? key,
- int itemCount = 5,
- EdgeInsetsGeometry padding = const EdgeInsets.all(16),
Implementation
const UISkeletonList({
super.key,
this.itemCount = 5,
this.padding = const EdgeInsets.all(16),
});