decoration property

Decoration? decoration
final

A decoration to paint behind this row.

Row decorations fill the horizontal and vertical extent of each row in the table, unlike decorations for individual cells, which might not fill either.

Implementation

final Decoration? decoration;