flutter-code-editor icon indicating copy to clipboard operation
flutter-code-editor copied to clipboard

Wrap = true does not work

Open binh01t2 opened this issue 1 year ago • 0 comments

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 )

binh01t2 avatar Oct 22 '24 13:10 binh01t2