GetFontCallbackDetails class

Constructors

GetFontCallbackDetails({required String fontId, required LevelOfControl levelOfControl})
GetFontCallbackDetails.fromJS(GetFontCallbackDetails _wrapped)

Properties

fontId String
The font ID. Rather than the literal font ID preference value, this may be the ID of the font that the system resolves the preference value to. So, fontId can differ from the font passed to setFont, if, for example, the font is not available on the system. The empty string signifies fallback to the global script font setting.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
levelOfControl LevelOfControl
The level of control this extension has over the setting.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → GetFontCallbackDetails
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