tableRange property
Range2D
get
tableRange
A Range2D
that represents the table to include all columns and rows
Implementation
Range2D get tableRange => Range2D.fromLTWH(
const IntVector2.symmetric(0),
IntVector2(
columns.value.totalCount,
rows.value.totalCount,
),
);