isPlayerOrientationPortrait property

bool isPlayerOrientationPortrait

Get orientation for player.

Implementation

bool get isPlayerOrientationPortrait {
  return _preferences.get('player_orientation_portrait', defaultValue: false);
}