Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/cupertino_ui/lib/src/context_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,6 @@ class _ContextMenuRoute<T> extends PopupRoute<T> {
super.filter,
required this._previousChildRect,
required this._scaleFactor,
super.settings,
}) : assert(actions.isNotEmpty),
_actions = actions;

Expand Down
1 change: 0 additions & 1 deletion packages/cupertino_ui/lib/src/route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ class _CupertinoFullscreenDialogTransitionState extends State<CupertinoFullscree
/// detector is associated.
class _CupertinoBackGestureDetector<T> extends StatefulWidget {
const _CupertinoBackGestureDetector({
super.key,
required this.enabledCallback,
required this.onStartPopGesture,
required this.child,
Expand Down
1 change: 0 additions & 1 deletion packages/cupertino_ui/lib/src/segmented_control.dart
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ class _SegmentedControlState<T extends Object> extends State<CupertinoSegmentedC

class _SegmentedControlRenderWidget<T> extends MultiChildRenderObjectWidget {
const _SegmentedControlRenderWidget({
super.key,
super.children,
required this.selectedIndex,
required this.pressedIndex,
Expand Down
2 changes: 0 additions & 2 deletions packages/cupertino_ui/lib/src/sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,6 @@ mixin _CupertinoSheetRouteTransitionMixin<T> on PageRoute<T> {

class _CupertinoDragGestureDetector<T> extends StatefulWidget {
const _CupertinoDragGestureDetector({
super.key,
required this.enabledCallback,
required this.onStartPopGesture,
required this.child,
Expand Down Expand Up @@ -1327,7 +1326,6 @@ class _CupertinoSheetScrollPosition extends ScrollPositionWithSingleContext {

class _CupertinoDraggableScrollableSheet<T> extends StatefulWidget {
const _CupertinoDraggableScrollableSheet({
super.key,
required this.enabledCallback,
required this.onStartPopGesture,
required this.builder,
Expand Down
Loading