home: Scaffold(
appBar: AppBar(),
body: Text("hello flutter",
style: TextStyle(fontSize: 28)),
이부분을 적고 저장을 누르면
body: Text("hello flutter", style: TextStyle(fontSize: 28)),
이렇게 자동으로 줄바꿈이 됩니다. 혹시 끄는 방법이 있을까요?