ShimmerProfile constructor
const
ShimmerProfile({
- Key? key,
- double avatarSize = 72,
- EdgeInsetsGeometry padding = const EdgeInsets.all(24),
- bool centered = true,
- bool enabled = true,
Implementation
const ShimmerProfile({
super.key,
this.avatarSize = 72,
this.padding = const EdgeInsets.all(24),
this.centered = true,
this.enabled = true,
});