Minor Changes of const and bank logos

This commit is contained in:
2025-08-12 13:19:24 +05:30
parent 82951b7919
commit 7f5258b5b7
34 changed files with 166 additions and 840 deletions

View File

@@ -1,3 +1,5 @@
// ignore_for_file: use_build_context_synchronously
import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:material_symbols_icons/material_symbols_icons.dart';
@@ -61,7 +63,7 @@ class _EnquiryScreen extends State<EnquiryScreen> {
),
title: Text(
AppLocalizations.of(context).enquiry,
style: TextStyle(color: Colors.black, fontWeight: FontWeight.w500),
style: const TextStyle(color: Colors.black, fontWeight: FontWeight.w500),
),
centerTitle: false,
actions: [
@@ -89,7 +91,7 @@ class _EnquiryScreen extends State<EnquiryScreen> {
const SizedBox(height: 20),
Text(
AppLocalizations.of(context).writeToUs,
style: TextStyle(color: Colors.grey),
style: const TextStyle(color: Colors.grey),
),
const SizedBox(height: 4),
Text(
@@ -97,7 +99,7 @@ class _EnquiryScreen extends State<EnquiryScreen> {
style: TextStyle(color: Theme.of(context).primaryColor),
),
SizedBox(height: 20),
const SizedBox(height: 20),
Text(
AppLocalizations.of(context).keyContacts,
style: TextStyle(