regularStyle property

TextStyle regularStyle
final

Implementation

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