ImageDisplay constructor
const
ImageDisplay({
- Key? key,
- required ImageDisplayController controller,
Implementation
const ImageDisplay({super.key, required this.controller});