bgColorsToString method
Returns the background color matrix as a formatted string.
Implementation
String bgColorsToString() => _formatMatrixToString(getBgMatrix());
Returns the background color matrix as a formatted string.
String bgColorsToString() => _formatMatrixToString(getBgMatrix());