foregroundDecoration property

SpanDecoration? foregroundDecoration
final

The SpanDecoration to paint in front of the content of this span.

After painting any backgroundDecorations, and the content of the individual cells, the foregroundDecoration of the TableView.mainAxis are painted after the foregroundDecorations of the other Axis

The decorations of pinned rows and columns are painted separately from the decorations of unpinned rows and columns, with the unpinned rows and columns being painted first to account for overlap from pinned rows or columns.

Implementation

final SpanDecoration? foregroundDecoration;