buttonText static method

TextStyle buttonText()

This is the old version (design system 1.) of buttonText

Implementation

static TextStyle buttonText() {
  return TextStyle(
    fontSize: 14,
    letterSpacing: 0,
    fontWeight: FontWeight.w500,
    fontStyle: FontStyle.normal,
    height: 1.43,
    color: ZwapColors.shades100,
    fontFamily: family.familyName,
  );
}