Skip to content

Commit adf62a6

Browse files
committed
Better doc
1 parent 9e00c2e commit adf62a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/flutter/lib/src/cupertino/dialog.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,6 +1633,9 @@ class _ActionSheetActionSection extends StatelessWidget {
16331633
}
16341634

16351635
// 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.
16361639
class _ActionSheetMainSheet extends StatelessWidget {
16371640
const _ActionSheetMainSheet({
16381641
required this.pressedIndex,

0 commit comments

Comments
 (0)