isStretchToFill property
Get whether or not to stretch to fill screen.
Implementation
bool get isStretchToFill {
return _preferences.get('stretch_to_fill_screen', defaultValue: false);
}
Get whether or not to stretch to fill screen.
bool get isStretchToFill {
return _preferences.get('stretch_to_fill_screen', defaultValue: false);
}