subTitleTwoTextStyle top-level property
Implementation
TextStyle subTitleTwoTextStyle = TextStyle(
fontSize: subTwoSize,
fontWeight: FontWeight.w600,
height: charHeight,
color: black,
);
TextStyle subTitleTwoTextStyle = TextStyle(
fontSize: subTwoSize,
fontWeight: FontWeight.w600,
height: charHeight,
color: black,
);