vsyncOverride property Null safety
read / write
A way to override vsync, used by Flutter to synchronize a container with the widget tree.
Implementation
void Function(void Function() task)? vsyncOverride;
A way to override vsync, used by Flutter to synchronize a container with the widget tree.
void Function(void Function() task)? vsyncOverride;