rich_editor icon indicating copy to clipboard operation
rich_editor copied to clipboard

setCaretPrototype called with argument

Open grAPPfruit opened this issue 6 years ago • 0 comments

rich_editable_text.dart:873 calls function

renderObject.setCaretPrototype(currentStyle.fontSize);

but is defined in rich_editable.dart:531 with no arguments

setCaretPrototype() { ...

I briefly tried fixing it but I'm new to dart and flutter so... meh :/

grAPPfruit avatar Mar 16 '18 20:03 grAPPfruit