FlutterFontWeight.bold constructor

  1. @FreezedUnionValue.new('flutter:FontWeight.bold')
FlutterFontWeight.bold()

Implementation

@FreezedUnionValue('flutter:FontWeight.bold')
factory FlutterFontWeight.bold() = _FlutterFontWeightBold;