defaultButtonBackground top-level constant

Color const defaultButtonBackground

Button styles used in the Solid Login widget.

Implementation

// Colours for highlighted buttons.
//
// Do these need to be highligheted. By default the package should not highlight
// them but if an app developer wants to then we should support that. (gjw
// 20250422)
//
// The original alternatives were Color(0xFF00BCD4) and Colors.white for
// register and Color(0xFF4CAF50) abd Colors.white for login. I find the colours
// a bit distracting as a user. (gjw 20250422)

const Color defaultButtonBackground = Colors.white;