fontSize method

Text fontSize(
  1. double fontSize
)

The size of glyphs (in logical pixels) to use when painting the text.

Sets fontSize to this text

Implementation

Text fontSize(double fontSize) =>
    _copyWith(style: TextStyle(fontSize: fontSize));