title property

TextStyle get title

Implementation

TextStyle get title => copyWith(
      fontSize: 18,
      color: Palette.GRAY_900,
      fontWeight: FontWeight.w600,
      fontFamily: 'Inter',
    );