textColor property

  1. @JsonKey.new(name: 'text_color')
int get textColor
inherited

Text color of the background in RGB format

Implementation

@JsonKey(name: 'text_color')
int get textColor;