strokeWidth property

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

时间戳描边的宽度。默认值为 1。

Implementation

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