clipBehavior property Null safety
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 then CardTheme.clipBehavior of ThemeData.cardTheme is used. If that's null then the behavior will be Clip.none.
Implementation
final Clip? clipBehavior;