coverMode method

Image coverMode()

Implementation

Image coverMode() {
  return copyWith(fit: BoxFit.cover);
}