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