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