flutter-code-editor
flutter-code-editor copied to clipboard
Fix issue 286: Line numbers do not align with lines
What type of PR is this?
- 🐛 Bug Fix
Description
After reviewing this issue #286 I discovered that the solution to the problem was to add a default height to defaultTextStyle. In this case, the default height comes from the themeData itself.
With this change, no workaround would be necessary.
Added tests?
- 🙅 no, because they aren't needed
Added to documentation?
- 🙅 No documentation needed