RandomAvatar constructor
const
RandomAvatar({})
Implementation
const RandomAvatar(
{super.key,
required this.height,
required this.width,
required this.loadingPlaceholder,
required this.errorPlaceholder});