w method

TextStyle? w(
  1. FontWeight weight
)

Implementation

TextStyle? w(FontWeight weight) => this?.copyWith(fontWeight: weight);