setFontSize method
Implementation
void setFontSize(double value) {
_textPaint.setTextSize(value);
// next call of [scaleMixinTextSize] will refill these values
_textPaints.clear();
}
void setFontSize(double value) {
_textPaint.setTextSize(value);
// next call of [scaleMixinTextSize] will refill these values
_textPaints.clear();
}