StylePackLoadOptions constructor

StylePackLoadOptions(
  1. {GlyphsRasterizationMode? glyphsRasterizationMode,
  2. Map<String?, Object?>? metadata,
  3. required bool acceptExpired}
)

Implementation

StylePackLoadOptions({
  this.glyphsRasterizationMode,
  this.metadata,
  required this.acceptExpired,
});