primaryButtonStyle top-level property
Implementation
final primaryButtonStyle = ElevatedButton.styleFrom(
foregroundColor: ffffff,
backgroundColor: zero066FF,
padding: const EdgeInsets.symmetric(vertical: 16, horizontal: 32),
disabledForegroundColor: zero066FF.withOpacity(0.48).withOpacity(0.38),
disabledBackgroundColor: zero066FF.withOpacity(0.48).withOpacity(0.12),
// shadowColor: mercury,
textStyle: satoshiMedium16,
elevation: 1,
shape: roundBox4,
// onSurface: primaryColor.withOpacity(.5),
);