FlutlyImage( this.path, { Key? key, this.fit, this.shimmer, this.width, this.height, }) : super(key: key) { shimmer ??= false; setCanShimmer(shimmer!); }