forked from yaso_meth/mih-project
pop up size change
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user