withSize method

TextStyle withSize(
  1. double size
)

Add custom size

Implementation

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