isJanky property
bool
get
isJanky
Implementation
bool get isJanky =>
totalSpanMs > frameBudgetMs || buildMs + rasterMs > frameBudgetMs;
bool get isJanky =>
totalSpanMs > frameBudgetMs || buildMs + rasterMs > frameBudgetMs;