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