onDebugPaintLayerBordersEnabled method
Returns 'to paint a box around its bounds' boolean indicator.
Implementation
bool? onDebugPaintLayerBordersEnabled() =>
inDebugPaintLayerBordersEnabled?.call() ?? false;
Returns 'to paint a box around its bounds' boolean indicator.
bool? onDebugPaintLayerBordersEnabled() =>
inDebugPaintLayerBordersEnabled?.call() ?? false;