w400 method

TextStyle w400([
  1. double? fontSize
])

FontWeight.w400

Implementation

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