w200 method

TextStyle w200([
  1. double? fontSize
])

FontWeight.w200

Implementation

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