captionRegular static method

TextStyle captionRegular()

Implementation

static TextStyle captionRegular() {
  return TextStyle(
    fontSize: 11,
    letterSpacing: 0,
    fontWeight: FontWeight.w400,
    fontStyle: FontStyle.normal,
    height: 1.45,
    color: ZwapColors.shades100,
    fontFamily: family.familyName,
  );
}