UIFont class
An object that provides access to the font’s characteristics.
Constructors
- UIFont()
-
UIFont.fromJson(Map<
String, dynamic> data) -
Returns a UIFont type from a JSON
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns a JSON-representation of UIFont
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited