codeLarge constant

TextStyle const codeLarge

Implementation

static const codeLarge = TextStyle(
  fontFamily: _monoFamily,
  fontSize: 14,
  fontWeight: FontWeight.w400,
  height: 1.6,
);