ZdsInputDialog constructor
- {required String primaryAction,
- Key? key,
- String? title,
- String? labelText,
- String? hint,
- String? initialText,
- String? secondaryAction,
- TextInputAction inputAction = TextInputAction.done,
- bool autoFocus = true,
- List<
TextInputFormatter> ? inputFormatters, - Future<
String?> onValidate(- String text
- int? characterCount}
A dialog used to retrieve 1 String value with built-in validation.
Implementation
const ZdsInputDialog