buttonLabel constant

TextStyle const buttonLabel

Implementation

static const TextStyle buttonLabel = TextStyle(
  fontFamily: fontBody,
  fontWeight: FontWeight.w600,
  fontSize: 16,
  color: btnLabel,
);