FontFeature.disable constructor

const FontFeature.disable(
  1. String feature
)

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

Implementation

const FontFeature.disable(String feature) : this(feature, 0);