LivePreview constructor Null safety

const LivePreview(
  1. StreamController controller,
  2. {Key? key}
)

Implementation

const LivePreview(this.controller, {Key? key}) : super(key: key);