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