getButtonBackgroundColor property

Color get getButtonBackgroundColor

Implementation

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