GetMonitorPhysicalHeight method

int GetMonitorPhysicalHeight(
  1. num monitor
)

Get specified monitor physical height in millimetres

! Not implemented on WASM

Implementation

int GetMonitorPhysicalHeight(
  num monitor,
) => run(
  () => _debugLabels.GetMonitorPhysicalHeight(monitor),
  () => _flat.GetMonitorPhysicalHeight(
    monitor.toInt(),
  ),
);