conflict resolve
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user