StyleOverrideTable class
- Annotations
-
- @JsonSerializable.new()
Constructors
-
StyleOverrideTable({String? fontFamily, dynamic fontPostScriptName, int? fontWeight, double? fontSize, double? letterSpacing, List<
Fills> ? fills, dynamic lineHeightPx, double? lineHeightPercent, double? lineHeightPercentFontSize, String? lineHeightUnit}) -
StyleOverrideTable.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
fills
→ List<
Fills> ? -
final
- fontFamily → String?
-
final
- fontPostScriptName → dynamic
-
final
- fontSize → double?
-
final
- fontWeight → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- letterSpacing → double?
-
final
- lineHeightPercent → double?
-
final
- lineHeightPercentFontSize → double?
-
final
- lineHeightPx → dynamic
-
final
- lineHeightUnit → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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