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