PMJJBY screen and creation done
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:kmobile/features/account_opening/screens/account_opening_screen.dart';
|
||||
import 'package:kmobile/features/card/screens/card_management_screen.dart';
|
||||
import 'package:kmobile/features/service/screens/atm_locator_screen.dart';
|
||||
import 'package:kmobile/features/yojna/screens/pm_main_screen.dart';
|
||||
import 'package:kmobile/features/service/screens/enquiry_screen.dart';
|
||||
import '../../../l10n/app_localizations.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:material_symbols_icons/material_symbols_icons.dart';
|
||||
@@ -100,17 +100,17 @@ class _ServiceScreen extends State<ServiceScreen> {
|
||||
// ),
|
||||
Expanded(
|
||||
child: ServiceManagementTile(
|
||||
icon: Symbols.family_group,
|
||||
label: "Pradhan Mantri Yojna",
|
||||
icon: Symbols.support_agent,
|
||||
label: AppLocalizations.of(context).contactUs,
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => const PMMainScreen()));
|
||||
builder: (context) => const EnquiryScreen()));
|
||||
},
|
||||
disabled: false,
|
||||
),
|
||||
),
|
||||
),
|
||||
// No Spacer() needed here as Expanded children will fill space
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user