primaryButton top-level property

ButtonStyle primaryButton
final

Implementation

final ButtonStyle primaryButton = ElevatedButton.styleFrom(
  backgroundColor: primaryActiveColor,
  foregroundColor: Colors.white,
  shape: RoundedRectangleBorder(borderRadius: primaryBorderRadius),
);