codeSmall constant

TextStyle const codeSmall

Implementation

static const codeSmall = TextStyle(
  fontFamily: _monoFamily,
  fontSize: 12,
  fontWeight: FontWeight.w400,
  height: 1.5,
);