CardOverlay constructor

CardOverlay({
  1. double? ratio = 1.5,
  2. double? cornerRadius = 0.66,
  3. OverlayOrientation? orientation = OverlayOrientation.landscape,
})

Implementation

CardOverlay(
    {this.ratio = 1.5,
    this.cornerRadius = 0.66,
    this.orientation = OverlayOrientation.landscape});