BaseAvatar constructor
const
BaseAvatar({
- Key? key,
- String name = '',
- double size = 48,
- Color? color,
- Color? background,
- double fontSize = 22,
- BorderRadius? borderRadius,
- VoidCallback? onPressed,
Implementation
const BaseAvatar({
super.key,
this.name = '',
this.size = 48,
this.color,
this.background,
this.fontSize = 22,
this.borderRadius,
this.onPressed,
});