ShimmerListTile constructor

const ShimmerListTile({
  1. Key? key,
  2. EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
  3. double avatarSize = 48,
  4. bool enabled = true,
})

Implementation

const ShimmerListTile({
  super.key,
  this.padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
  this.avatarSize = 48,
  this.enabled = true,
});