isStretchToFill property

bool isStretchToFill

Get whether or not to stretch to fill screen.

Implementation

bool get isStretchToFill {
  return _preferences.get('stretch_to_fill_screen', defaultValue: false);
}