Preview constructor
Preview({
- Key? key,
- required PreviewController controller,
Construct a Preview.
Implementation
Preview({Key? key, required this.controller})
: super(key: key, instance: controller);