fontSize method

TextStyle fontSize(
  1. double fontSize
)

Returns a text style that specifies the font size.

フォントサイズを指定するテキストスタイルを返します。

Implementation

TextStyle fontSize(double fontSize) => TextStyle(fontSize: fontSize);