withZoomFix property

TextStyle withZoomFix

Temporary fix the following Flutter Web issues https://github.com/flutter/flutter/issues/63467 https://github.com/flutter/flutter/issues/64904#issuecomment-699039851 https://github.com/flutter/flutter/issues/65526

Implementation

TextStyle get withZoomFix => copyWith(wordSpacing: 0);