createState method
Creates the mutable State associated with this widget.
Implementation
@override
State<TerminalView> createState() => _TerminalViewState();
Creates the mutable State associated with this widget.
@override
State<TerminalView> createState() => _TerminalViewState();