GetMonitorHeight method
Get specified monitor height (current video mode used by monitor)
Implementation
int GetMonitorHeight(
num monitor,
) => run(
() => _debugLabels.GetMonitorHeight(monitor),
() => _flat.GetMonitorHeight(
monitor.toInt(),
),
);