rect property

Rect rect
final

A Rect representing the visible area of a row or column in the TableView, as represented by a Span.

This Rect contains all of the visible children in a given row or column, which is the area the SpanDecoration will be applied to.

Implementation

final Rect rect;