FontFeature.enable constructor
- String feature
Create a FontFeature object that enables the feature with the given tag.
Implementation
const FontFeature.enable(String feature) : this(feature, 1);
Create a FontFeature object that enables the feature with the given tag.
const FontFeature.enable(String feature) : this(feature, 1);