onDebugPaintLayerBordersEnabled method

bool? onDebugPaintLayerBordersEnabled()

Returns 'to paint a box around its bounds' boolean indicator.

Implementation

bool? onDebugPaintLayerBordersEnabled() =>
    inDebugPaintLayerBordersEnabled?.call() ?? false;