DialogInputNumber
Shows a dialog with an input field that only allows numeric characters and validates that the input holds a valid value for the desired data type
Basic Parameters: all params not described here are derived from Dialog, check it out for more details
Parameters
the selected number
the optional label of the input field
a placeholder if the input is empty
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
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