layoutSpan method

SpanSlice? layoutSpan(
  1. Context context,
  2. BoxConstraints constraints
)

Split across pages when constraints has a bounded height.

Return null to stay atomic (the default). Table overrides this so a long table continues on the next MultiPage sheet, repeating header rows.

Implementation

SpanSlice? layoutSpan(Context context, BoxConstraints constraints) => null;