CardOverlay constructor
CardOverlay({
- double? ratio = 1.5,
- double? cornerRadius = 0.66,
- OverlayOrientation? orientation = OverlayOrientation.landscape,
Implementation
CardOverlay(
{this.ratio = 1.5,
this.cornerRadius = 0.66,
this.orientation = OverlayOrientation.landscape});