PlaygroundOverlay constructor

const PlaygroundOverlay({
  1. Key? key,
  2. required PlaygroundController controller,
  3. bool enableOverlay = true,
})

Implementation

const PlaygroundOverlay({
  Key? key,
  required this.controller,
  this.enableOverlay = true,
}) : super(key: key);