ImageFill constructor

const ImageFill(
  1. ImageProvider<Object> image, {
  2. BoxFit fit = BoxFit.cover,
})

Implementation

const ImageFill(this.image, {this.fit = BoxFit.cover});