mirror of
https://github.com/flutter/flutter.git
synced 2026-01-19 20:22:03 +08:00
Cherry-picked padding changes from https://github.com/flutter/flutter/pull/148856 Adds padding configuration options to `SearchAnchor`. This PR adds the following: - `viewBarPadding`: The padding for items inside the `SearchBar` in the `SearchAnchor` view - `viewPadding`: The padding to use around the entire `SearchAnchor` view Working towards https://github.com/flutter/flutter/issues/148852