|
@@ -33,14 +33,14 @@ class PropertyIoanPage extends HookConsumerWidget {
|
|
"YY Home",
|
|
"YY Home",
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 27,
|
|
fontSize: 27,
|
|
- fontWeight: FontWeight.w500,
|
|
|
|
|
|
+ isFontMedium: true,
|
|
textAlign: TextAlign.center,
|
|
textAlign: TextAlign.center,
|
|
),
|
|
),
|
|
MyTextView(
|
|
MyTextView(
|
|
"Find the best home loan for you",
|
|
"Find the best home loan for you",
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 16,
|
|
fontSize: 16,
|
|
- fontWeight: FontWeight.w400,
|
|
|
|
|
|
+ isFontRegular: true,
|
|
marginBottom: 14,
|
|
marginBottom: 14,
|
|
textAlign: TextAlign.center,
|
|
textAlign: TextAlign.center,
|
|
),
|
|
),
|
|
@@ -168,7 +168,7 @@ class PropertyIoanPage extends HookConsumerWidget {
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 14,
|
|
fontSize: 14,
|
|
textAlign: TextAlign.center,
|
|
textAlign: TextAlign.center,
|
|
- marginLeft: 47.5,
|
|
|
|
|
|
+ marginLeft: 50.5,
|
|
),
|
|
),
|
|
],
|
|
],
|
|
),
|
|
),
|
|
@@ -185,16 +185,16 @@ class PropertyIoanPage extends HookConsumerWidget {
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 16,
|
|
fontSize: 16,
|
|
textAlign: TextAlign.center,
|
|
textAlign: TextAlign.center,
|
|
- fontWeight: FontWeight.w500,
|
|
|
|
- marginLeft: 20,
|
|
|
|
|
|
+ isFontMedium: true,
|
|
|
|
+ marginLeft: 15,
|
|
),
|
|
),
|
|
MyTextView(
|
|
MyTextView(
|
|
"2.50%",
|
|
"2.50%",
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 16,
|
|
fontSize: 16,
|
|
textAlign: TextAlign.center,
|
|
textAlign: TextAlign.center,
|
|
- fontWeight: FontWeight.w500,
|
|
|
|
- marginLeft: 47.5,
|
|
|
|
|
|
+ isFontMedium: true,
|
|
|
|
+ marginLeft: 50.5,
|
|
),
|
|
),
|
|
],
|
|
],
|
|
),
|
|
),
|
|
@@ -206,16 +206,16 @@ class PropertyIoanPage extends HookConsumerWidget {
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 16,
|
|
fontSize: 16,
|
|
textAlign: TextAlign.center,
|
|
textAlign: TextAlign.center,
|
|
- fontWeight: FontWeight.w500,
|
|
|
|
- marginLeft: 20,
|
|
|
|
|
|
+ isFontMedium: true,
|
|
|
|
+ marginLeft: 15,
|
|
),
|
|
),
|
|
MyTextView(
|
|
MyTextView(
|
|
"2.50%",
|
|
"2.50%",
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 16,
|
|
fontSize: 16,
|
|
textAlign: TextAlign.center,
|
|
textAlign: TextAlign.center,
|
|
- fontWeight: FontWeight.w500,
|
|
|
|
- marginLeft: 47.5,
|
|
|
|
|
|
+ isFontMedium: true,
|
|
|
|
+ marginLeft: 50.5,
|
|
),
|
|
),
|
|
],
|
|
],
|
|
).marginOnly(top: 15),
|
|
).marginOnly(top: 15),
|
|
@@ -227,15 +227,15 @@ class PropertyIoanPage extends HookConsumerWidget {
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 16,
|
|
fontSize: 16,
|
|
textAlign: TextAlign.center,
|
|
textAlign: TextAlign.center,
|
|
- fontWeight: FontWeight.w500,
|
|
|
|
- marginLeft: 20,
|
|
|
|
|
|
+ isFontMedium: true,
|
|
|
|
+ marginLeft: 15,
|
|
),
|
|
),
|
|
MyTextView(
|
|
MyTextView(
|
|
"2.50%",
|
|
"2.50%",
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 16,
|
|
fontSize: 16,
|
|
textAlign: TextAlign.center,
|
|
textAlign: TextAlign.center,
|
|
- fontWeight: FontWeight.w500,
|
|
|
|
|
|
+ isFontMedium: true,
|
|
marginLeft: 47.5,
|
|
marginLeft: 47.5,
|
|
),
|
|
),
|
|
],
|
|
],
|
|
@@ -261,7 +261,7 @@ class PropertyIoanPage extends HookConsumerWidget {
|
|
"The right advice to help you choose the best package in the market!",
|
|
"The right advice to help you choose the best package in the market!",
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 18,
|
|
fontSize: 18,
|
|
- fontWeight: FontWeight.w500,
|
|
|
|
|
|
+ isFontMedium: true,
|
|
marginTop: 20,
|
|
marginTop: 20,
|
|
marginBottom: 20,
|
|
marginBottom: 20,
|
|
textAlign: TextAlign.center,
|
|
textAlign: TextAlign.center,
|
|
@@ -287,7 +287,7 @@ class PropertyIoanPage extends HookConsumerWidget {
|
|
"What do we offer?",
|
|
"What do we offer?",
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 18,
|
|
fontSize: 18,
|
|
- fontWeight: FontWeight.w500,
|
|
|
|
|
|
+ isFontMedium: true,
|
|
marginTop: 16.5,
|
|
marginTop: 16.5,
|
|
marginBottom: 16.5,
|
|
marginBottom: 16.5,
|
|
),
|
|
),
|
|
@@ -334,7 +334,7 @@ class PropertyIoanPage extends HookConsumerWidget {
|
|
"Our Partners",
|
|
"Our Partners",
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
textColor: ColorUtils.string2Color('#000000'),
|
|
fontSize: 18,
|
|
fontSize: 18,
|
|
- fontWeight: FontWeight.w500,
|
|
|
|
|
|
+ isFontMedium: true,
|
|
marginBottom: 16.5,
|
|
marginBottom: 16.5,
|
|
),
|
|
),
|
|
MyLoadImage(Assets.propertyOurPartners,),
|
|
MyLoadImage(Assets.propertyOurPartners,),
|