fontSizeFactor property

double fontSizeFactor
final

Increase the font size of the entire app by a multiple of this value.

For more detailed adjustment, specify fontSizeDelta.

アプリ全体のフォントサイズをこの値の倍数だけ大きくします。

さらに細かい調整をしたい場合はfontSizeDeltaを指定してください。

Implementation

final double fontSizeFactor;