primaryButtonStyle property
Implementation
static ButtonStyle primaryButtonStyle = ElevatedButton.styleFrom(
backgroundColor: primaryBlue,
foregroundColor: Colors.white,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(8.0),
),
);