IOSFontInfo class

Constructors

IOSFontInfo({String? fontName, IOSSystemFontStyle? systemFontStyle, IOSSystemFontWeight? systemFontWeight})

Properties

fontName String?
The iOS font name, such as "Helvetica", "Helvetica-Bold". Only supported on iOS.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemFontStyle IOSSystemFontStyle?
The iOS system font style. The property is ignored when fontName is non-empty. Only supported on iOS.
final
systemFontWeight IOSSystemFontWeight?
The iOS system font weight. The property is ignored when fontName is non-empty or systemFontStyle is italic. Only supported on iOS.
final

Methods

deepCopy() IOSFontInfo
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.
override