highLightWidth property

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

(For macOS and Windows only) The width (px) of the border. The default value is 5, and the value range is (0, 50]. This parameter only takes effect when highLighted is set to true.

Implementation

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