FontFeature.disable constructor
- String feature
Create a FontFeature object that disables the feature with the given tag.
Implementation
const FontFeature.disable(String feature) : this(feature, 0);
Create a FontFeature object that disables the feature with the given tag.
const FontFeature.disable(String feature) : this(feature, 0);