menu
rover_dashboard
models.dart
VideoFeedModel
framesPerSecond property
framesPerSecond
dark_mode
light_mode
description
framesPerSecond
property
ValueNotifier
<
int
>
framesPerSecond
getter/setter pair
Value notifier for the FPS
Implementation
ValueNotifier<int> framesPerSecond = ValueNotifier(0);
rover_dashboard
models
VideoFeedModel
framesPerSecond property
VideoFeedModel class