clipBehavior property

Clip clipBehavior
final

The content will be clipped (or not) according to this option.

See the enum Clip for details of all possible options and their common use cases.

This can be used to clip the content within the border of the DataTable.

Defaults to Clip.none.

Implementation

final Clip clipBehavior;