createState method
Creates and returns the state object for this stateful widget, enabling dynamic management of text input, focus, and error animations.
Implementation
@override
State<DialogConfirmText> createState() => _DialogConfirmTextState();
Creates and returns the state object for this stateful widget, enabling dynamic management of text input, focus, and error animations.
@override
State<DialogConfirmText> createState() => _DialogConfirmTextState();