kDisplayValueTextStyle top-level constant

TextStyle const kDisplayValueTextStyle

Display value text style by default.

Implementation

const TextStyle kDisplayValueTextStyle = TextStyle(
  fontSize: 14,
  color: Colors.blueGrey,
);