graphicsPresetHint property

GraphicsPreset? get graphicsPresetHint

Получение рекомендуемого режима графики для данного устройства.

Implementation

GraphicsPreset? get graphicsPresetHint {
  _COptional_CGraphicsPreset res = _CMap_graphicsPresetHint(_CMapMakeDefault().._impl=_self);
  return res._toDart();
}