CustomOverlay constructor

const CustomOverlay({
  1. Key? key,
})

Implementation

const CustomOverlay({Key? key}) : super(key: key);