InterpretationDialog constructor

InterpretationDialog({
  1. Key? key,
  2. required Test? test,
  3. String? value,
  4. dynamic callback(
    1. String,
    2. String,
    3. bool
    )?,
})

Implementation

InterpretationDialog({super.key, required this.test, this.value, this.callback});