fontSize property

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

时间戳字体的大小。默认值为 10。

Implementation

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