mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 16:16:14 +08:00
refactor: related
This commit is contained in:
@@ -3,4 +3,9 @@ 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