layoutSpan method
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;