textStyle method

TextStyle textStyle()

Implementation

TextStyle textStyle() => TextStyle(
    fontFamily: "playfair-regular",
    fontSize: 14.2,
    fontWeight: FontWeight.w600,
    letterSpacing: 1,
    color: textColor);