|
|
|
@ -24,14 +24,12 @@ class AppDialog extends Dialog {
|
|
|
|
|
@override
|
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
|
return Container(
|
|
|
|
|
|
|
|
|
|
margin:EdgeInsets.only(left: 95.w,top: 452.w),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// EdgeInsets.symmetric(horizontal: 95.w,vertical: 452.w),
|
|
|
|
|
margin: EdgeInsets.symmetric(horizontal: 95.w, vertical: 452.w),
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
image:
|
|
|
|
|
DecorationImage(image: AssetImage(Assets.images.bouncedbg.path,))),
|
|
|
|
|
image: DecorationImage(
|
|
|
|
|
image: AssetImage(
|
|
|
|
|
Assets.images.bouncedbg.path,
|
|
|
|
|
))),
|
|
|
|
|
child: Column(
|
|
|
|
|
children: [
|
|
|
|
|
32.hb,
|
|
|
|
|