We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab93fe0 commit d0a3ee9Copy full SHA for d0a3ee9
1 file changed
lib/pages/shopinbit/shopinbit_order_created.dart
@@ -226,11 +226,9 @@ class ShopInBitOrderCreated extends StatelessWidget {
226
buttonHeight: isDesktop ? .l : null,
227
onPressed: () {
228
if (Util.isDesktop) {
229
- DesktopDialogCloseButton(
230
- onPressedOverride: () => NestedNavigatorDialog.of(
231
- context,
232
- ).close(args: const .noWarning()),
233
- );
+ NestedNavigatorDialog.of(
+ context,
+ ).close(args: const .noWarning());
234
} else {
235
_popToServices(context);
236
}
0 commit comments