input
Adds an input field with the given parameters to the dialog
Parameters
string to be shown in the input field before selection eg. Username
hint to be shown in the input field when it is selected but empty eg. Joe
string to be input into the text field by default
if true the onInput callback will only be called when the positive button is pressed, otherwise it will be called when the input value is changed
a visual transformation of the content of the text field
software keyboard options which can be used to customize parts of the keyboard
a message to be shown to the user when the input is not valid
a FocusRequester which can be used to control the focus state of the text field
if set to true this will auto focus the text field when the input field is shown
a function which is called to check if the user input is valid
a function which is called with the user input. The timing of this call is dictated by waitForPositiveButton