withOptions abstract method

Font? withOptions(
  1. Iterable<FontAxisCoord> coords,
  2. Iterable<FontFeature> features
)

Implementation

Font? withOptions(
  Iterable<FontAxisCoord> coords,
  Iterable<FontFeature> features,
);