textStyle property

TextStyle get textStyle

Implementation

TextStyle get textStyle =>
    _textStyle ??
    TextStyle(
      fontFamily: "Montserrat",
      fontWeight: FontWeight.w600,
    );