const FastImageAsset({ super.key, required this.path, this.height, this.width, BoxFit? fit, }) : fit = fit ?? BoxFit.contain;