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