containMode method

Image containMode()

Implementation

Image containMode() {
  return copyWith(fit: BoxFit.contain);
}