Inheritance
Annotations
  • @DocsEditable()
  • @DomName('FontFace')
  • @Experimental()

Constructors

FontFace(String family, Object source, [ Map descriptors ])
factory
FontFace.internal_()

Properties

family String value
@DocsEditable(), @DomName('FontFace.family'), @Experimental(), read / write
featureSettings String value
@DocsEditable(), @DomName('FontFace.featureSettings'), @Experimental(), read / write
loaded Future
@DocsEditable(), @DomName('FontFace.loaded'), @Experimental(), read-only
status String
@DocsEditable(), @DomName('FontFace.status'), @Experimental(), read-only
stretch String value
@DocsEditable(), @DomName('FontFace.stretch'), @Experimental(), read / write
style String value
@DocsEditable(), @DomName('FontFace.style'), @Experimental(), read / write
unicodeRange String value
@DocsEditable(), @DomName('FontFace.unicodeRange'), @Experimental(), read / write
variant String value
@DocsEditable(), @DomName('FontFace.variant'), @Experimental(), read / write
weight String value
@DocsEditable(), @DomName('FontFace.weight'), @Experimental(), read / write
hashCode int
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

load() Future
@DocsEditable(), @DomName('FontFace.load'), @Experimental()
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns the result of the JavaScript objects toString method.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Static Properties

instanceRuntimeType Type
@Deprecated("Internal Use Only"), read-only