monoSmallTextStyle top-level constant

TextStyle const monoSmallTextStyle

Implementation

const monoSmallTextStyle = TextStyle(
  fontFamily: 'RobotoMono',
  fontSize: 12,
);