regularStyle top-level property

TextStyle regularStyle
final

Implementation

final TextStyle regularStyle = _textStyle.copyWith(
  fontSize: Dimens.fontSize18,
  fontWeight: FontWeight.w400,
);