w600 method

TextStyle w600([
  1. double? fontSize
])

FontWeight.w600

Implementation

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