monoTextStyle top-level constant

TextStyle const monoTextStyle

A mono font used for displaying R script and output.

Implementation

const monoTextStyle = TextStyle(fontFamily: 'RobotoMono', fontSize: 16);