buttonColor property

Color? buttonColor
final

Define the background color of an AuthButton.

This property is the equivalent of ButtonStyle.backgroundColor.

If buttons are enabled than the value is AuthColors.darkMode on Brightness.dark.

Non enabled buttons, defaults AuthColors.disabled on Brightness.light and AuthColors.disabledDark on Brightness.dark.

Implementation

final Color? buttonColor;