framesPerSecond property

ValueNotifier<int> framesPerSecond
getter/setter pair

Value notifier for the FPS

Implementation

ValueNotifier<int> framesPerSecond = ValueNotifier(0);