ShimmerListTile constructor
const
ShimmerListTile({
- Key? key,
- EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
- double avatarSize = 48,
- bool enabled = true,
Implementation
const ShimmerListTile({
super.key,
this.padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
this.avatarSize = 48,
this.enabled = true,
});