primaryButtonTextStyle top-level constant

TextStyle const primaryButtonTextStyle

Implementation

const primaryButtonTextStyle = TextStyle(
  fontSize: 17,
  fontWeight: FontWeight.w600,
  letterSpacing: 0.8,
);