createState method
Creates and returns the State object for this widget, which manages the internal text controller and focus logic.
Implementation
@override
State<DialogCommand> createState() => _DialogCommandState();
Creates and returns the State object for this widget, which manages the internal text controller and focus logic.
@override
State<DialogCommand> createState() => _DialogCommandState();