SetFontDetails class

Constructors

SetFontDetails({ScriptCode? script, required GenericFamily genericFamily, required String fontId})
SetFontDetails.fromJS(SetFontDetails _wrapped)

Properties

fontId String
The font ID. The empty string means to fallback to the global script font setting.
getter/setter pair
genericFamily GenericFamily
The generic font family for which the font should be set.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script ScriptCode?
The script code which the font should be set. If omitted, the font setting for the global script (script code "Zyyy") is set.
getter/setter pair
toJS → SetFontDetails
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited