boldStyle property
Implementation
static final TextStyle boldStyle = _textStyle.copyWith(
fontSize: Dimens.fontSize22,
fontWeight: FontWeight.w700,
);
static final TextStyle boldStyle = _textStyle.copyWith(
fontSize: Dimens.fontSize22,
fontWeight: FontWeight.w700,
);