text property

  1. @JsonKey.new(name: 'text')
  2. @RichTextConverter()
RichText? get text
inherited

Optional. Text in the cell. If omitted, then the cell is invisible.

Implementation

@JsonKey(name: 'text')
@RichTextConverter()
RichText? get text;