pop up size change

This commit is contained in:
2024-10-08 14:18:43 +02:00
parent 1389a40483
commit 389f840f44

View File

@@ -164,6 +164,11 @@ class _MIHNotificationMessageState extends State<MIHNotificationMessage>
return SlideTransition(
position: _scaleAnimation,
child: Dialog(
insetPadding: const EdgeInsets.only(
top: 45,
left: 5,
right: 5,
),
shadowColor: secondary,
alignment: Alignment.topCenter,
child: notifyPopUp(),