mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This PR adds an API example demonstrating how to use the Expansible widget, including programmatic control via ExpansibleController. Changes included: - Added a Material API example for Expansible - Added a widget test for the API example - Added documentation comments linking to the example This addresses the request for improved Expansible documentation and usage examples. Fixes #178698