kBuildBudget top-level constant

const kBuildBudget = const Duration(milliseconds: 8)

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: 8)