flutter-code-editor
flutter-code-editor copied to clipboard
Wrap = true does not work
I try to use the property "Wrap = true" for long text but it does not work. Please help.
CodeField( controller: codeController, // Your CodeController for managing text input textStyle: TextStyle(fontSize: 14), wrap: true, // Enable text wrapping )