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