MiniAvatar constructor
const
MiniAvatar({
- Key? key,
- ImageProvider<
Object> ? image, - String? text,
- double size = 40,
Implementation
const MiniAvatar({
super.key,
this.image,
this.text,
this.size = 40,
});