kButtonTextStyle top-level constant

TextStyle const kButtonTextStyle

Implementation

const kButtonTextStyle = TextStyle(
  color: kPrimaryColorHexCode,
  fontWeight: FontWeight.w500,
  fontSize: 14.0,
);