withSize method

TextStyle withSize(
  1. double size
)

Implementation

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