|
|
@ -478,8 +478,8 @@ class QuillEditorState extends State<QuillEditor> |
|
|
|
selectionColor = selectionTheme.selectionColor ?? |
|
|
|
selectionColor = selectionTheme.selectionColor ?? |
|
|
|
cupertinoTheme.primaryColor.withOpacity(0.40); |
|
|
|
cupertinoTheme.primaryColor.withOpacity(0.40); |
|
|
|
cursorRadius ??= const Radius.circular(2); |
|
|
|
cursorRadius ??= const Radius.circular(2); |
|
|
|
cursorOffset = |
|
|
|
cursorOffset = Offset( |
|
|
|
Offset(iOSHorizontalOffset / View.of(context).devicePixelRatio, 0); |
|
|
|
iOSHorizontalOffset / MediaQuery.of(context).devicePixelRatio, 0); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
textSelectionControls = materialTextSelectionControls; |
|
|
|
textSelectionControls = materialTextSelectionControls; |
|
|
|
paintCursorAboveText = false; |
|
|
|
paintCursorAboveText = false; |
|
|
|