pop up size change
This commit is contained in:
parent
1389a40483
commit
389f840f44
1 changed files with 5 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue