createState method

  1. @override
State<TerminalView> createState()

Creates the mutable State associated with this widget.

Implementation

@override
State<TerminalView> createState() => _TerminalViewState();