Avatar constructor
const
Avatar({
- Key? key,
- String? imageUrl,
- VoidCallback? onTap,
Implementation
const Avatar({
super.key,
this.imageUrl,
this.onTap,
});
const Avatar({
super.key,
this.imageUrl,
this.onTap,
});