Get a flushbar that shows an user input form.
static Flushbar createInputFlushbar({required Form textForm}) { return Flushbar( duration: null, userInputForm: textForm, ); }