fontSize static method

TextStyle fontSize(
  1. double fontSize
)

Implementation

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