ViewLogDialog constructor

const ViewLogDialog({
  1. required String path,
  2. Key? key,
})

Implementation

const ViewLogDialog({required this.path, super.key});