conflict resolve

This commit is contained in:
priyanka
2024-03-21 00:32:12 -07:00
parent 39261d7090
commit bac9853ab1
3 changed files with 8 additions and 18 deletions

View File

@@ -1,3 +1,4 @@
// import 'package:flutter/material.dart';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:flutter_svg/svg.dart';

View File

@@ -234,13 +234,10 @@ class _ShortTradeState extends State<ShortTrade> {
}
void _unlockbottomsheet() {
showModalBottomSheet(
// isDismissible: false,
// enableDrag: false,
backgroundColor: Colors.black.withOpacity(0.3),
context: context,
builder: (BuildContext context) {
return commonGlassContainer(
Get.bottomSheet(
SizedBox(
height: 500,
child: commonGlassContainer(
width: double.infinity,
height: 500,
borderradius: 0,
@@ -264,8 +261,9 @@ class _ShortTradeState extends State<ShortTrade> {
],
),
),
);
},
),
),
backgroundColor: Colors.black.withOpacity(0.3),
);
}