skip to Main Content

How To Use Wrap Function In Vs Code For Flutter Coding ?
I want to know shortcut key.

2

Answers


  1. Select the code, than alt+Enter. You’ll see below picture, now choose Extract method. Did you mean this?

    enter image description here

    Login or Signup to reply.
  2. You can wrap with Column/Row widget, then rename it to Wrap. Both provide children.

    1st ctrl+shift+r on windows(default I think)

    enter image description here

    You will get

    enter image description here

    Now rename it to Wrap

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search