FontFeature constructor Null safety

const FontFeature(
  1. String feature,
  2. {@Default(1) int value}
)

Implementation

const factory FontFeature(
  String feature, {
  @Default(1) int value,
}) = _FontFeature;