ensureRemoved method
Removes the selected existing widget.
Implementation
void ensureRemoved(BrownfieldSelection selection) {
_operations.add(_RemoveSpec(selection: selection));
}
Removes the selected existing widget.
void ensureRemoved(BrownfieldSelection selection) {
_operations.add(_RemoveSpec(selection: selection));
}