isPlayerOrientationPortrait property
Get orientation for player.
Implementation
bool get isPlayerOrientationPortrait {
return _preferences.get('player_orientation_portrait', defaultValue: false);
}
Get orientation for player.
bool get isPlayerOrientationPortrait {
return _preferences.get('player_orientation_portrait', defaultValue: false);
}