getButtonBackgroundColor property
Color
get
getButtonBackgroundColor
Implementation
Color get getButtonBackgroundColor {
return buttonBackgroundColor ?? Colors.blue;
}
Color get getButtonBackgroundColor {
return buttonBackgroundColor ?? Colors.blue;
}