regularStyle top-level property
Implementation
final TextStyle regularStyle = _textStyle.copyWith(
fontSize: Dimens.fontSize18,
fontWeight: FontWeight.w400,
);
final TextStyle regularStyle = _textStyle.copyWith(
fontSize: Dimens.fontSize18,
fontWeight: FontWeight.w400,
);