PaintOverride class

Paint metadata to override default paints.

Available Extensions
Annotations
  • @JsonSerializable()
  • @CopyWith()

Constructors

PaintOverride({required List<Paint> fills, String? inheritFillStyleId})
PaintOverride.fromJson(Map<String, dynamic> json)
factory

Properties

fills List<Paint>
Paints applied to characters.
final
hashCode int
The hash code for this object.
no setterinherited
inheritFillStyleId String?
ID of style node, if any, that this inherits fill data from.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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