Update editor.dart for compatibility with Flutter version 3.13.0

pull/1361/head
Vladimir 2 years ago committed by GitHub
parent dc5f259b34
commit d6465b64d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/editor.dart

@ -42,6 +42,8 @@ abstract class EditorState extends State<RawEditor>
String get pastePlainText;
bool get liveTextInputEnabled => false;
/// Controls the floating cursor animation when it is released.
/// The floating cursor is animated to merge with the regular cursor.
AnimationController get floatingCursorResetController;

Loading…
Cancel
Save