CODE_STYLE top-level constant

TextStyle const CODE_STYLE

Implementation

const CODE_STYLE = TextStyle(
  backgroundColor: Colors.grey,
  wordSpacing: 3,
);