strokeColor property

  1. @JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? strokeColor
read / write

Implementation

@JsonKey(fromJson: colorFromString, toJson: toColorString)
Color? strokeColor;