text changes done
This commit is contained in:
@@ -34,7 +34,7 @@ class SettingsBottomSection extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
const Gap(5),
|
||||
Container(
|
||||
SizedBox(
|
||||
width: 1.sw,
|
||||
height: 56.h,
|
||||
child: ButtonWidget().textBorderBtn(
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
// ignore: file_names
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
||||
import 'package:google_fonts/google_fonts.dart';
|
||||
import 'package:tanami_app/core/routes/routes.dart';
|
||||
import 'package:tanami_app/core/styles/app_text.dart';
|
||||
import 'package:ticket_widget/ticket_widget.dart';
|
||||
|
||||
import '../../../../../core/styles/app_color.dart';
|
||||
import '../../../../../shared/components/button_widget.dart';
|
||||
import 'package:tanami_app/core/styles/app_color.dart';
|
||||
import 'package:tanami_app/shared/components/button_widget.dart';
|
||||
|
||||
class WalletDetails extends StatelessWidget {
|
||||
final String type;
|
||||
@@ -477,7 +476,7 @@ class WalletDetails extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
Text(
|
||||
AppText.paymentMethod,
|
||||
AppText.paymentMethodText,
|
||||
style: GoogleFonts.dmSans(
|
||||
color: const Color(0xFF535353),
|
||||
fontSize: 14.sp,
|
||||
|
||||
@@ -14,7 +14,7 @@ Widget buildPage(
|
||||
context,
|
||||
imageAsset: AppImages.firstWelcome,
|
||||
title: AppText.welcomeTitle1Text,
|
||||
description: AppText.weclomeDescription1Text,
|
||||
description: AppText.welcomeDescription1Text,
|
||||
);
|
||||
case 1:
|
||||
return buildOnboardingPage(
|
||||
@@ -23,7 +23,7 @@ Widget buildPage(
|
||||
context,
|
||||
imageAsset: AppImages.secondWelcome,
|
||||
title: AppText.welcomeTitle2Text,
|
||||
description: AppText.weclomeDescription2Text,
|
||||
description: AppText.welcomeDescription2Text,
|
||||
);
|
||||
case 2:
|
||||
return buildOnboardingPage(
|
||||
@@ -32,7 +32,7 @@ Widget buildPage(
|
||||
context,
|
||||
imageAsset: AppImages.thirdWelcome,
|
||||
title: AppText.welcomeTitle3Text,
|
||||
description: AppText.weclomeDescription3Text,
|
||||
description: AppText.welcomeDescription3Text,
|
||||
isLastPage: true,
|
||||
);
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user