Просмотр исходного кода

fix: _focusNode of TerminvalViewState may not be final

Georg Wechslberger 3 лет назад
Родитель
Сommit
631f77249c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/src/terminal_view.dart

+ 1 - 1
lib/src/terminal_view.dart

@@ -124,7 +124,7 @@ class TerminalView extends StatefulWidget {
 }
 }
 
 
 class TerminalViewState extends State<TerminalView> {
 class TerminalViewState extends State<TerminalView> {
-  late final FocusNode _focusNode;
+  late FocusNode _focusNode;
 
 
   late final ShortcutManager _shortcutManager;
   late final ShortcutManager _shortcutManager;