NotchCardClipper constructor
const
NotchCardClipper({
- required NotchedShape shape,
- TextDirection? textDirection,
- ShapeBorder? borderShap,
- required GlobalKey<
State< hostKey,StatefulWidget> > - required GlobalKey<
State< guestKey,StatefulWidget> > - required double notchMargin,
Implementation
const NotchCardClipper({
required this.shape,
this.textDirection,
this.borderShap,
required this.hostKey,
required this.guestKey,
required this.notchMargin,
});