responsive property

TextStyle get responsive

Make text style responsive

Implementation

TextStyle get responsive {
  return copyWith(
    fontSize: fontSize != null ? ScreenUtil.instance.setSp(fontSize!) : null,
  );
}