Avatar constructor
const
Avatar({
- String imageUrl = '',
- String label = '',
- double radius = 36.0,
- VoidCallback? onPressed,
- Key? key,
Implementation
const Avatar(
{this.imageUrl = '',
this.label = '',
this.radius = 36.0,
this.onPressed,
Key? key})
: super(key: key);