pop up size change
This commit is contained in:
@@ -164,6 +164,11 @@ class _MIHNotificationMessageState extends State<MIHNotificationMessage>
|
|||||||
return SlideTransition(
|
return SlideTransition(
|
||||||
position: _scaleAnimation,
|
position: _scaleAnimation,
|
||||||
child: Dialog(
|
child: Dialog(
|
||||||
|
insetPadding: const EdgeInsets.only(
|
||||||
|
top: 45,
|
||||||
|
left: 5,
|
||||||
|
right: 5,
|
||||||
|
),
|
||||||
shadowColor: secondary,
|
shadowColor: secondary,
|
||||||
alignment: Alignment.topCenter,
|
alignment: Alignment.topCenter,
|
||||||
child: notifyPopUp(),
|
child: notifyPopUp(),
|
||||||
|
|||||||
Reference in New Issue
Block a user