getActiveBackgroundColor property

Color get getActiveBackgroundColor

Implementation

Color get getActiveBackgroundColor {
  return activeBackgroundColor ?? Colors.blueGrey;
}