getBackgroundColor method

Color? getBackgroundColor()

Implementation

Color? getBackgroundColor() {
  return backgroundColor;
}