f method

TextStyle? f(
  1. double? fontSize
)

Implementation

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