Dart
dart:html
FontFace
weight property
weight
description
weight
property
Null safety
String
?
weight
Implementation
String? get weight native;
void
weight=
(
String
?
value
)
Implementation
set weight(String? value) native;
Dart
dart:html
FontFace
weight property
FontFace class
Constructors
FontFace
Properties
display
family
featureSettings
hashCode
loaded
runtimeType
status
stretch
style
unicodeRange
variant
weight
Methods
load
noSuchMethod
toString
Operators
operator ==