text form fixed
This commit is contained in:
@@ -210,7 +210,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
.nSEINDEXNifty50!.lastPrice!,
|
||||
),
|
||||
),
|
||||
sizedBoxWidth(10.w),
|
||||
sizedBoxWidth(8.w),
|
||||
commoncontainer(
|
||||
width: 250.w,
|
||||
text: homeModel
|
||||
@@ -807,16 +807,16 @@ Widget commoncontainer({
|
||||
),
|
||||
),
|
||||
child: Padding(
|
||||
padding: EdgeInsets.symmetric(vertical: 10.h, horizontal: 6.w),
|
||||
padding: EdgeInsets.symmetric(vertical: 10.h, horizontal: 5.w),
|
||||
child: Column(
|
||||
children: [
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
text14W400_979797(text),
|
||||
sizedBoxWidth(7.w),
|
||||
sizedBoxWidth(5.w),
|
||||
text16W600(amount),
|
||||
sizedBoxWidth(7.w),
|
||||
sizedBoxWidth(5.w),
|
||||
rate.contains("-")
|
||||
? SvgPicture.asset(
|
||||
'assets/images/svg/Line 587.svg',
|
||||
|
||||
Reference in New Issue
Block a user