confirmButtonTheme property

ButtonStyle get confirmButtonTheme

Returns the button style for the confirm button.

Implementation

ButtonStyle get confirmButtonTheme => ElevatedButton.styleFrom(
  backgroundColor: primaryColor,
  elevation: 2,
  shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(8)),
);