londonappbrewery / bmi-calculator-flutter

Learn to Code While Building Apps - The Complete Flutter Development Bootcamp
https://www.appbrewery.co
192 stars 835 forks source link

No option in Android Studio [Latest Version] to Remove widget using ALT+Enter #3

Closed Rajchowdhury420 closed 5 years ago

Rajchowdhury420 commented 5 years ago

I am Using Latest Android Studio in Linux & when i try to remove the widget called "Gesture Detector by hitting ALT+ENTER , there is no such option as remove widget except that other options are showing such as wrap up , swap with parent , Wrap with Container etc... i'm stuck in Midlle Please Help me out mam !!

NGOCHOABUI commented 5 years ago

You can use replace widget with its children.

Rajchowdhury420 commented 5 years ago

thanks !