defaultTextStyle top-level constant

TextStyle const defaultTextStyle

Implementation

const defaultTextStyle = TextStyle(
  fontFamily: fontFamily,
  fontWeight: normalWeight,
  color: blackColor,
  fontSize: 16.0,
);