Pay_button_animation

This commit is contained in:
2025-05-29 11:42:40 +05:30
parent 3f71a32c04
commit 7832a9372f
2 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,9 @@ class _DashboardScreenState extends State<DashboardScreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: const Color(0xfff5f9fc),
appBar: AppBar(
backgroundColor: const Color(0xfff5f9fc),
automaticallyImplyLeading: false,
title: const Text('kMobile', style: TextStyle(color: Colors.blueAccent,
fontWeight: FontWeight.w500),),