kBuildBudget top-level constant Null safety

Duration const kBuildBudget

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.

Implementation

const Duration kBuildBudget = Duration(milliseconds: 16);