setModelNull method

FTextStyle setModelNull()

Implementation

FTextStyle setModelNull() {
  return FTextStyle(
    fill: fill,
    fontSize: fontSize,
    fontFamily: fontFamily,
    fontWeight: fontWeight,
    textDecoration: textDecoration,
    textAlign: textAlign,
    fontStyle: fontStyle,
    textDirection: textDirection,
    textStyleModel: null,
    letterSpacing: letterSpacing,
    lineSpacing: lineSpacing,
  );
}