The widget under test already contains a MaterialApp, so there's no need to wrap it again with one in the test. In fact, the additional MaterialApp could hide problems in the widget under test.
OverflowBox
basic.dart
Add `OverflowBox` example and update existing examples under `basic.dart`