playerHardwareAcceleration property

bool playerHardwareAcceleration

Whether or not the player should use hardware acceleration.

Implementation

bool get playerHardwareAcceleration {
  return _preferences.get('player_hardware_acceleration', defaultValue: true);
}