Extract widget with a child parameter #49575
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
customer-flutter
devexp-refactoring
Issues with analysis server refactorings
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
Extracting a surrounding widget while keeping a child parameter.
for example
Extract
Container
as new widget calledWrapper
and keepText
as its child, so the result would beShould be able to do the same with children or builder pattern
The text was updated successfully, but these errors were encountered: