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