UISkeletonList constructor

const UISkeletonList({
  1. Key? key,
  2. int itemCount = 5,
  3. EdgeInsetsGeometry padding = const EdgeInsets.all(16),
})

Implementation

const UISkeletonList({
  super.key,
  this.itemCount = 5,
  this.padding = const EdgeInsets.all(16),
});