isJanky property

bool get isJanky

Implementation

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