createState method

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

Creates and returns the State object for this widget, which manages the internal text controller and focus logic.

Implementation

@override
State<DialogCommand> createState() => _DialogCommandState();