PageFonts class
Constructors
- PageFonts({double? font_coeff, double? text_small, double? text_medium, double? text_large, double? text_mega, double? text_small_ratio, double? text_medium_ratio, double? text_large_ratio, double? text_mega_ratio, String? fontFamily, String? fontFamily_small, String? fontFamily_medium, String? fontFamily_large, String? fontFamily_mega, double? icon_small, double? icon_medium, double? icon_large, double? icon_mega, double? icon_small_ratio, double? icon_medium_ratio, double? icon_large_ratio, double? icon_mega_ratio})
Properties
- font_coeff → double?
-
no setter
- fontFamily → String?
-
no setter
- fontFamily_large → String?
-
no setter
- fontFamily_medium → String?
-
no setter
- fontFamily_mega → String?
-
no setter
- fontFamily_small → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon_large → double?
-
no setter
- icon_large_ratio → double?
-
no setter
- icon_medium → double?
-
no setter
- icon_medium_ratio → double?
-
no setter
- icon_mega → double?
-
no setter
- icon_mega_ratio → double?
-
no setter
- icon_small → double?
-
no setter
- icon_small_ratio → double?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text_large → double?
-
no setter
- text_large_ratio → double?
-
no setter
- text_medium → double?
-
no setter
- text_medium_ratio → double?
-
no setter
- text_mega → double?
-
no setter
- text_mega_ratio → double?
-
no setter
- text_small → double?
-
no setter
- text_small_ratio → double?
-
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