semiBoldStyle property
Implementation
static final TextStyle semiBoldStyle = _textStyle.copyWith(
  fontSize: Dimens.fontSize16,
  fontWeight: FontWeight.w600,
);static final TextStyle semiBoldStyle = _textStyle.copyWith(
  fontSize: Dimens.fontSize16,
  fontWeight: FontWeight.w600,
);