|
@@ -15,11 +15,8 @@ void showTalkPopup(Offset offset, Alignment alignment,
|
|
|
{VoidCallback? onRename, VoidCallback? onDelete}) {
|
|
{VoidCallback? onRename, VoidCallback? onDelete}) {
|
|
|
SmartDialog.showAttach(
|
|
SmartDialog.showAttach(
|
|
|
targetContext: null,
|
|
targetContext: null,
|
|
|
- targetBuilder: (targetOffset, targetSize) {
|
|
|
|
|
- return offset;
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ targetBuilder: (_, __) => offset,
|
|
|
animationType: SmartAnimationType.fade,
|
|
animationType: SmartAnimationType.fade,
|
|
|
- usePenetrate: true,
|
|
|
|
|
clickMaskDismiss: true,
|
|
clickMaskDismiss: true,
|
|
|
alignment: alignment,
|
|
alignment: alignment,
|
|
|
maskColor: Colors.transparent,
|
|
maskColor: Colors.transparent,
|