createState method

  1. @override
State<DialogConfirmText> createState()
override

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();