changes
This commit is contained in:
@@ -186,6 +186,8 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
: SingleChildScrollView(
|
||||
scrollDirection: Axis.horizontal,
|
||||
child: Row(
|
||||
mainAxisAlignment:
|
||||
MainAxisAlignment.spaceAround,
|
||||
children: [
|
||||
commoncontainer(
|
||||
width: 250.w,
|
||||
@@ -210,7 +212,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
.nSEINDEXNifty50!.lastPrice!,
|
||||
),
|
||||
),
|
||||
sizedBoxWidth(8.w),
|
||||
sizedBoxWidth(10.w),
|
||||
commoncontainer(
|
||||
width: 250.w,
|
||||
text: homeModel
|
||||
@@ -417,7 +419,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
child: text16W400_DADADA(
|
||||
'The Beauty and Power of Video')),
|
||||
// sizedBoxWidth(10.w),
|
||||
const Spacer(),
|
||||
SizedBox(width: 4),
|
||||
InkWell(
|
||||
onTap: () {
|
||||
Get.toNamed(RouteName.contentbytes);
|
||||
@@ -807,7 +809,7 @@ Widget commoncontainer({
|
||||
),
|
||||
),
|
||||
child: Padding(
|
||||
padding: EdgeInsets.symmetric(vertical: 10.h, horizontal: 5.w),
|
||||
padding: EdgeInsets.symmetric(vertical: 10.h, horizontal: 4.w),
|
||||
child: Column(
|
||||
children: [
|
||||
Row(
|
||||
@@ -832,7 +834,7 @@ Widget commoncontainer({
|
||||
),
|
||||
],
|
||||
),
|
||||
sizedBoxHeight(8.w),
|
||||
sizedBoxHeight(6.w),
|
||||
text14W400(
|
||||
rate.contains("-")
|
||||
? "$rate ($percentageChange%)"
|
||||
|
||||
@@ -164,6 +164,8 @@ class _ShortTradeState extends State<ShortTrade> {
|
||||
SizedBox(
|
||||
height: 0.57.sh,
|
||||
child: TabBarView(
|
||||
physics:
|
||||
NeverScrollableScrollPhysics(),
|
||||
children: [
|
||||
ActiveCallsTab(productsController
|
||||
.selectedIndex.value ==
|
||||
@@ -460,8 +462,7 @@ class _ShortTradeState extends State<ShortTrade> {
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
void _unlockbottomsheet() {
|
||||
Get.bottomSheet(
|
||||
|
||||
Reference in New Issue
Block a user