ShimmerList constructor
const
ShimmerList({
- Key? key,
- int itemCount = 5,
- double height = 100,
- double width = double.infinity,
- EdgeInsetsGeometry padding = const EdgeInsets.all(8.0),
Implementation
const ShimmerList({
super.key,
this.itemCount = 5,
this.height = 100,
this.width = double.infinity,
this.padding = const EdgeInsets.all(8.0),
});