onDebugRepaintRainbowEnabled method
Returns 'Overlay a rotating set of colors' boolean indicator.
Implementation
bool? onDebugRepaintRainbowEnabled() =>
inDebugRepaintRainbowEnabled?.call() ?? false;
Returns 'Overlay a rotating set of colors' boolean indicator.
bool? onDebugRepaintRainbowEnabled() =>
inDebugRepaintRainbowEnabled?.call() ?? false;