mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-29 23:05:55 +08:00
mod: image save dialog
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import 'package:PiliPalaX/pages/common/common_controller.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
abstract class PopupController extends CommonController {
|
||||
List<OverlayEntry?> popupDialog = <OverlayEntry?>[];
|
||||
|
||||
void removePopupDialog() {
|
||||
popupDialog.last?.remove();
|
||||
popupDialog.removeLast();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user