LocalAvatar constructor
- CropArea? crop,
- required NativeFile file,
Implementation
LocalAvatar({super.crop, required this.file})
: super(
full: ImageFile(relativeRef: ''),
big: ImageFile(relativeRef: ''),
medium: ImageFile(relativeRef: ''),
small: ImageFile(relativeRef: ''),
original: ImageFile(relativeRef: ''),
);