vsyncOverride property

(void Function(void task())?) vsyncOverride
getter/setter pair

A way to override vsync, used by Flutter to synchronize a container with the widget tree.

Implementation

void Function(void Function() task)? vsyncOverride;