normalTextStyle top-level constant

TextStyle const normalTextStyle

Text style for normal text.

Implementation

const TextStyle normalTextStyle = TextStyle(
  fontSize: 14.0,
  color: Colors.black,
);