IOSFontInfo class Null safety

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.
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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 non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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