We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e00c2e commit adf62a6Copy full SHA for adf62a6
packages/flutter/lib/src/cupertino/dialog.dart
@@ -1633,6 +1633,9 @@ class _ActionSheetActionSection extends StatelessWidget {
1633
}
1634
1635
// The part of an action sheet without the cancel button.
1636
+//
1637
+// The reason that this class is not merged into `_CupertinoActionSheetState` is
1638
+// because a few old unit tests query this class to verify layout behavior.
1639
class _ActionSheetMainSheet extends StatelessWidget {
1640
const _ActionSheetMainSheet({
1641
required this.pressedIndex,
0 commit comments