NotchCardClipper constructor

const NotchCardClipper({
  1. required NotchedShape shape,
  2. TextDirection? textDirection,
  3. ShapeBorder? borderShap,
  4. required GlobalKey<State<StatefulWidget>> hostKey,
  5. required GlobalKey<State<StatefulWidget>> guestKey,
  6. required double notchMargin,
})

Implementation

const NotchCardClipper({
  required this.shape,
  this.textDirection,
  this.borderShap,
  required this.hostKey,
  required this.guestKey,
  required this.notchMargin,
});