createState method
Creates the mutable state for this component.
Implementation
@override
State<InputDialog> createState() => _InputDialogState();
Creates the mutable state for this component.
@override
State<InputDialog> createState() => _InputDialogState();