clip method

VxCard clip(
  1. Clip clip
)

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

VxCard clip(Clip clip) => this.._clip = clip;