text form fixed

This commit is contained in:
Rajshinde046
2024-06-07 18:00:42 +05:30
parent e5084d8b65
commit bd7676e487
9 changed files with 21 additions and 8 deletions

View File

@@ -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',