menu
nice2dev_flutter_ui
tools\nice_benchmarks.dart
NiceBenchmarkSummary
avgFps property
avgFps
dark_mode
light_mode
avgFps
property
double
get
avgFps
Implementation
double get avgFps => results.fold<double>(0, (sum, r) => sum + r.averageFps) / results.length;
nice2dev_flutter_ui
nice_benchmarks
NiceBenchmarkSummary
avgFps property
NiceBenchmarkSummary class