bodyTextStyle top-level property
Implementation
TextStyle bodyTextStyle = TextStyle(
fontSize: bodyTextSize,
fontWeight: FontWeight.w400,
height: charHeight,
color: black,
);
TextStyle bodyTextStyle = TextStyle(
fontSize: bodyTextSize,
fontWeight: FontWeight.w400,
height: charHeight,
color: black,
);