toStretchMode method

StretchMode toStretchMode()

Implementation

StretchMode toStretchMode() {
  switch (this) {
    case XFlexibleSpaceBar_StretchMode.zoomBackground:
      return StretchMode.zoomBackground;
    case XFlexibleSpaceBar_StretchMode.blurBackground:
      return StretchMode.blurBackground;
    case XFlexibleSpaceBar_StretchMode.fadeTitle:
      return StretchMode.fadeTitle;
  }
  return StretchMode.zoomBackground;
}