s method

TextStyle? s(
  1. double size
)

Implementation

TextStyle? s(double size) => this?.copyWith(fontSize: size);