FontFeature.enable constructor

const FontFeature.enable(
  1. String feature
)

Create a FontFeature object that enables the feature with the given tag.

Implementation

const FontFeature.enable(String feature) : this(feature, 1);