DialogCommand constructor
const
DialogCommand({})
Implementation
const DialogCommand(
{super.key,
this.options = const {},
this.keyboardType,
this.obscureText = false,
this.placeholder,
this.initialValue,
this.maxLength,
this.leading,
this.trailing,
required this.onConfirm});