TableSpanDecoration typedef

TableSpanDecoration = SpanDecoration

A decoration for a TableSpan.

When decorating merged cells in the TableView, a merged cell will take its decoration from the leading cell of the merged span.

Implementation

typedef TableSpanDecoration = SpanDecoration;