How I can move wrap line of the code in Android studio?

862 views Asked by At

How I can move to left or right this wrap line? I am using Android Studio 3.6.1.

The problem is that if I have long text and I use Reformat Code with dartfmt the code move to the next line because of that line and is hardly readable in the flutter app at least to me.

enter image description here

1

There are 1 answers

0
Damyan Todorov On BEST ANSWER

I've found the solution in Android Studio / Preferences / Editor / Code Style / Dart: (it was 80 by default) enter image description here