StylePackLoadOptions constructor
StylePackLoadOptions({
- GlyphsRasterizationMode? glyphsRasterizationMode,
- Map<
String?, Object?> ? metadata, - required bool acceptExpired,
Implementation
StylePackLoadOptions({
this.glyphsRasterizationMode,
this.metadata,
required this.acceptExpired,
});