FlutlyProfileImage constructor
FlutlyProfileImage({})
Implementation
FlutlyProfileImage({
Key? key,
required this.path,
this.apperiances,
this.width,
this.height,
this.expanded,
}) : super(key: key) {
apperiances ??= FlutlyProfileImageApperiances();
setCanShimmer(true);
}