Skip to content

Commit

Permalink
feat: padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindranag committed Apr 17, 2023
1 parent 6e866e1 commit c78a3d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: <Widget>[
SliverList(
Expand Down

0 comments on commit c78a3d8

Please sign in to comment.