There is no remove widget option in vscode show fixes (bulb) button.
OS: Linux
Please provide a concrete example of some code where you expect to see it but are not.
Please provide a concrete example of some code where you expect to see it but are not.
Doesn't matter what code, the option simply doesn't exist for any widget in any position.
Oh sorry, I think this option was renamed from "Remove Widget" to "Replace widget with its children" to try and be more explicit about what it does:

I think better is Remove Widget
The text comes from the Dart SDK rather than the VS Code plugin. It was changed after discussion in https://github.com/Dart-Code/Dart-Code/issues/1647 though, as it was confusing because it only sometimes shows up (eg. when the children will fit in the place of the widget being removed).
Most helpful comment
Oh sorry, I think this option was renamed from "Remove Widget" to "Replace widget with its children" to try and be more explicit about what it does: