EasyAvatar constructor
const
EasyAvatar({
- Key? key,
- required String src,
- EasyAvatarSize? size,
- EasyAvatarShape? shape,
- double? customerSize,
Implementation
const EasyAvatar({
Key? key,
required this.src,
this.size,
this.shape,
this.customerSize,
}) : super(key: key);