AppAvatar constructor
const
AppAvatar({
- Key? key,
- String? imageUrl,
- String? initials,
- double size = 48,
- VoidCallback? onTap,
Implementation
const AppAvatar({
super.key,
this.imageUrl,
this.initials,
this.size = 48,
this.onTap,
});