reqable / re-editor

Re-Editor is a powerful lightweight text and code editor widget.
https://pub.dev/packages/re_editor
MIT License
527 stars 51 forks source link

Add borderRadius and clipBehavior properties to editor settings #35

Closed Vorkytaka closed 2 months ago

Vorkytaka commented 3 months ago

Add borderRadius and clipBehavior to Editor Settings

These properties enhance styling flexibility and content management. Without clipBehavior, setting borderRadius may lead to content overflowing out of the widget, resulting in a poor visual experience.

Vorkytaka commented 3 months ago

Consider adding support for setting a complete BoxDecoration in the future for even greater customization.

MegatronKing commented 2 months ago

👏LGTM, thanks!