Remove final on GlobalKey

pull/87/head
Miller Adulu 4 years ago
parent 1d24ca6adf
commit ed4fe35ae0
  1. 2
      lib/widgets/raw_editor.dart

@ -100,7 +100,7 @@ class RawEditorState extends EditorState
WidgetsBindingObserver,
TickerProviderStateMixin<RawEditor>
implements TextSelectionDelegate, TextInputClient {
final GlobalKey _editorKey = GlobalKey();
GlobalKey _editorKey = GlobalKey();
final List<TextEditingValue> _sentRemoteValues = [];
TextInputConnection? _textInputConnection;
TextEditingValue? _lastKnownRemoteTextEditingValue;

Loading…
Cancel
Save