FlutterFontFeature constructor

  1. @FreezedUnionValue.new('flutter:FontFeature')
FlutterFontFeature(
  1. String feature, [
  2. int? value
])

Implementation

@FreezedUnionValue('flutter:FontFeature')
factory FlutterFontFeature(String feature, [int? value]) = _FontFeature;