DialogInput
Shows a dialog with an input field
Basic Parameters: all params not described here are derived from Dialog, check it out for more details
Parameters
the selected text
the optional label of the input field
the placeholder the for the input field
if true, the input field will only allow a single line
the max lines for the input field
the min lines for the input field
the KeyboardOptions for the input field
if true, the input field is enabled
if true, the input field can be cleared by a trailing clear icon
the prefix for the input field
the prefix for the input field
the TextStyle for the input field
the DialogInputValidator for the input field - use rememberDialogInputValidator
if true, the input field will request the focus when the dialog si shown (and open the keyboard)
if initial selection state (DialogInput.SelectionState) of the input field
an optional callback that will be called whenever the value of the input field changes