onDebugPrintScheduleBuildForStacks method

bool? onDebugPrintScheduleBuildForStacks()

Returns 'mark widgets needed to be rebuilt' boolean indicator.

Implementation

bool? onDebugPrintScheduleBuildForStacks() =>
    inDebugPrintScheduleBuildForStacks?.call() ?? false;