w800 method

TextStyle w800([
  1. double? fontSize
])

FontWeight.w800

Implementation

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