25-1/31/1
This commit is contained in:
@@ -2,7 +2,7 @@ import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'package:get/get.dart';
|
||||
import 'package:SEFER/views/home/my_wallet/payment_history_passenger_page.dart';
|
||||
import 'package:Tripz/views/home/my_wallet/payment_history_passenger_page.dart';
|
||||
import '../../../constant/box_name.dart';
|
||||
import '../../../constant/colors.dart';
|
||||
import '../../../constant/info.dart';
|
||||
@@ -32,7 +32,7 @@ class PassengerWallet extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
const CardSeferWallet(),
|
||||
const CardTripzWallet(),
|
||||
const SizedBox(
|
||||
height: 20,
|
||||
),
|
||||
@@ -168,8 +168,8 @@ class PassengerWallet extends StatelessWidget {
|
||||
}
|
||||
}
|
||||
|
||||
class CardSeferWallet extends StatelessWidget {
|
||||
const CardSeferWallet({super.key});
|
||||
class CardTripzWallet extends StatelessWidget {
|
||||
const CardTripzWallet({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user