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