bodyTextStyle top-level property

TextStyle bodyTextStyle
getter/setter pair

Implementation

TextStyle bodyTextStyle = TextStyle(
  fontSize: bodyTextSize,
  fontWeight: FontWeight.w400,
  height: charHeight,
  color: black,
);