w900 method

TextStyle w900([
  1. double? fontSize
])

FontWeight.w900

Implementation

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