w300 method

TextStyle w300([
  1. double? fontSize
])

FontWeight.w300

Implementation

TextStyle w300([double? fontSize]) =>
    copyWith(fontWeight: FontWeight.w300, fontSize: fontSize);