kBuildBudget top-level property
getter/setter pair
The maximum amount of time considered safe to spend for a frame's build phase. Anything past that is in the danger of missing the frame as 60FPS.
Changing this doesn't re-evaluate existing summary.
Implementation
Duration kBuildBudget = const Duration(milliseconds: 16);