getMainBackgroundColor method

Color getMainBackgroundColor()

Returns background color or default

Implementation

Color getMainBackgroundColor() {
  return mainBackgroundColor ?? Colors.white;
}