colspan property

  1. @JsonKey.new(name: 'colspan')
int? get colspan
inherited

Optional. The number of columns the cell spans if it is bigger than 1

Implementation

@JsonKey(name: 'colspan')
int? get colspan;