menu
Dart
dart:html
FontFace
loaded property
loaded
brightness_4
brightness_5
description
loaded
property
Future
<
FontFace
>
loaded
Implementation
Future<FontFace> get loaded => promiseToFuture<FontFace>(JS("creates:FontFace;", "#.loaded", this));
Dart
dart:html
FontFace
loaded property
FontFace class
Constructors
FontFace
Properties
display
family
featureSettings
hashCode
loaded
runtimeType
status
stretch
style
unicodeRange
variant
weight
Methods
load
noSuchMethod
toString
Operators
operator ==