clipBehavior property
How content that overflows the row is clipped.
Defaults to Clip.none.
e.g. if the constraints to the row force it smaller than the total height of all its runs, some columns will overflow the bottom of the row.
Implementation
final Clip clipBehavior;