From c78a3d862f427deab57ba84704799ceaaddf91cd Mon Sep 17 00:00:00 2001 From: ravindranag Date: Mon, 17 Apr 2023 17:44:06 +0530 Subject: [PATCH] feat: padding --- .../features/dashboard/screen/dashboard/dashboard_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/features/dashboard/screen/dashboard/dashboard_screen.dart b/lib/src/features/dashboard/screen/dashboard/dashboard_screen.dart index 3e3ab26..f650e51 100644 --- a/lib/src/features/dashboard/screen/dashboard/dashboard_screen.dart +++ b/lib/src/features/dashboard/screen/dashboard/dashboard_screen.dart @@ -14,7 +14,7 @@ class DashboardScreen extends StatelessWidget { title: const Text('Hi Ravindra'), ), body: Padding( - padding: const EdgeInsets.all(16.0), + padding: const EdgeInsets.symmetric(horizontal: 16.0), child: CustomScrollView( slivers: [ SliverList(