reportFlutterPerformance property

bool reportFlutterPerformance
getter/setter pair

Whether to report Flutter specific performance metrics (build and raster times)

This uses the SchedulerBinding.addTimingsCallback method to report build and raster times for views, and has a documented negligible impact on performance.

Defaults to false

Implementation

bool reportFlutterPerformance = false;