strokeWidth property

  1. @JsonKey.new(name: 'strokeWidth')
int? strokeWidth
final

文字的描边宽度。默认值为 1。

Implementation

@JsonKey(name: 'strokeWidth')
final int? strokeWidth;