Font.existing constructor
Font.existing(
- String identifier
Retrieves an ExistingFont with the given identifier.
Implementation
factory Font.existing(String identifier) => ExistingFont(identifier);
Retrieves an ExistingFont with the given identifier.
factory Font.existing(String identifier) => ExistingFont(identifier);