MaterialPreviewOverlay constructor

const MaterialPreviewOverlay({
  1. Key? key,
  2. bool animateDetection = true,
  3. double aspectRatio = 16 / 9,
})

Implementation

const MaterialPreviewOverlay(
    {Key? key, this.animateDetection = true, this.aspectRatio = 16 / 9})
    : super(key: key);