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.

If this is not null and a custom collapsed or expanded shape is provided, the value of clipBehavior will be used to clip the expansion tile.

If this property is null, the ExpansionTileThemeData.clipBehavior is used. If that is also null, defaults to Clip.antiAlias.

See also:

Implementation

final Clip? clipBehavior;