text_Xl property

TextStyle text_Xl
final

Implementation

static final TextStyle text_Xl = TextStyle(
  fontSize: 18,
  fontWeight: FontWeight.normal,
  fontFamily: _fontName,

  height: 1.4,
);