ViewerDialogWidget constructor

const ViewerDialogWidget({
  1. required SoftUiViewerDialogTypes type,
  2. required String? path,
  3. required Uint8List? data,
  4. Key? key,
})

Implementation

const ViewerDialogWidget({
  required this.type,
  required this.path,
  required this.data,
  super.key,
});