akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
https://akvelon.com
Apache License 2.0
212 stars 52 forks source link

Please allow me to override the gutter error popup decoration #217

Open sma opened 1 year ago

sma commented 1 year ago

Please allow me to override the gutter error popup decoration. Currently, it's hardcoded in lib/src/gutter/error.dart and cannot be changed because I cannot provide my own GutterErrorWidget, or even better, provide a shape and/or borderSide using the GutterStyle. Providing a popupBuilder would be an alternative.

I'm using version 0.2.15.