mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The demo of the SimpleDialog had some useful code that should really be part of the framework. This patch extracts it into a SimpleDialogOption widget. Remove debugCheckHasScaffold because it is unused. Also, add tests for InkWell, SimpleDialog, and other widgets.