|
|
|
|
@ -176,11 +176,7 @@ class _SettingsPageState extends State<SettingsPage> {
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
|
|
children: [
|
|
|
|
|
InfoHeader16Widget("Notification Settings".addTranslation),
|
|
|
|
|
//added this SizedBox to make it in center with the above switches.
|
|
|
|
|
SizedBox(
|
|
|
|
|
width: 42.toScreenWidth,
|
|
|
|
|
child: "arrow_right".toSvgAsset(width: 20, color: AppColor.primary10),
|
|
|
|
|
)
|
|
|
|
|
"arrow_right".toSvgAsset(width: 18, color: AppColor.icon2Color(context))
|
|
|
|
|
],
|
|
|
|
|
).onPress(() => Navigator.of(context).pushNamed(NotificationSettingPage.id)),
|
|
|
|
|
],
|
|
|
|
|
|