TextInputDialog constructor

TextInputDialog({
  1. required String title,
  2. InputType inputType = InputType.all,
})

Implementation

TextInputDialog({required this.title, this.inputType = InputType.all});