getBackgroundColor property

Color get getBackgroundColor

Implementation

Color get getBackgroundColor {
  return backgroundColor ?? Colors.blue;
}