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