vsyncInterval property

Duration vsyncInterval
getter/setter pair

The global refresh rate fallback (vsync equivalent). Defaults to 60Hz (16.6ms intervals) in standard console environments. Can be tuned dynamically at runtime by the user/developer (e.g. 8ms for 120Hz).

Implementation

static Duration vsyncInterval = const Duration(milliseconds: 16);