subTitleTwoTextStyle top-level property

TextStyle subTitleTwoTextStyle
getter/setter pair

Implementation

TextStyle subTitleTwoTextStyle = TextStyle(
  fontSize: subTwoSize,
  fontWeight: FontWeight.w600,
  height: charHeight,
  color: black,
);