size method

TextStyle size(
  1. double value
)

Sets the font size.

Implementation

TextStyle size(double value) => copyWith(fontSize: value);