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 property is null, the ExpansionTileThemeData.clipBehavior is used. If that is also null, a Clip.none is used

See also:

Implementation

final Clip? clipBehavior;