ShimmerProfile constructor

const ShimmerProfile({
  1. Key? key,
  2. double avatarSize = 72,
  3. EdgeInsetsGeometry padding = const EdgeInsets.all(24),
  4. bool centered = true,
  5. bool enabled = true,
})

Implementation

const ShimmerProfile({
  super.key,
  this.avatarSize = 72,
  this.padding = const EdgeInsets.all(24),
  this.centered = true,
  this.enabled = true,
});