monoTextStyle top-level constant
A mono font used for displaying R script and output.
Implementation
const monoTextStyle = TextStyle(
fontFamily: 'RobotoMono',
fontSize: 16,
);
A mono font used for displaying R script and output.
const monoTextStyle = TextStyle(
fontFamily: 'RobotoMono',
fontSize: 16,
);