withSize method

TextStyle withSize(
  1. double fontSize
)

Implementation

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