ViewerDialogWidget constructor
const
ViewerDialogWidget({
- required SoftUiViewerDialogTypes type,
- required String? path,
- required Uint8List? data,
- Key? key,
Implementation
const ViewerDialogWidget({
required this.type,
required this.path,
required this.data,
super.key,
});