labelColor property

  1. @JsonKey(fromJson: ColorHelper.convertToColor, toJson: ColorHelper.convertFromColor)
Color? labelColor
final

Optional. Color of the label text. If omitted, the label color is determined automatically.

Implementation

@JsonKey(
    fromJson: ColorHelper.convertToColor,
    toJson: ColorHelper.convertFromColor)
final Color? labelColor;