ImageFill constructor
const
ImageFill(
- ImageProvider<
Object> image, { - BoxFit fit = BoxFit.cover,
Implementation
const ImageFill(this.image, {this.fit = BoxFit.cover});