toggleStretchToFill method

void toggleStretchToFill()

Toggle stretch to fill screen.

Implementation

void toggleStretchToFill() async {
  await _preferences.put('stretch_to_fill_screen', !isStretchToFill);
}