frameBudget property

Duration frameBudget
getter/setter pair

Time budget for the frame to be painted. If the frame takes longer than this, you will see a flash.

Implementation

static Duration frameBudget = const Duration(milliseconds: 17);