ConfigureWhiteboardModalOptions constructor
- required bool isVisible,
- required VoidCallback onClose,
- required ConfigureWhiteboardModalParameters parameters,
- Color backgroundColor = const Color(0xFFF5F5F5),
- String position = 'topRight',
- ModalRenderMode renderMode = ModalRenderMode.modal,
- bool isDarkMode = false,
- bool enableGlassmorphism = true,
Implementation
ConfigureWhiteboardModalOptions({
required this.isVisible,
required this.onClose,
required this.parameters,
this.backgroundColor = const Color(0xFFF5F5F5),
this.position = 'topRight',
this.renderMode = ModalRenderMode.modal,
this.isDarkMode = false,
this.enableGlassmorphism = true,
});