Skip to content

Commit 3cb96b3

Browse files
committed
ScreenShot top margin changes updated
1 parent 4d63273 commit 3cb96b3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
60.9 KB
Loading

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class _ViewHeaderCustomizationState extends State<ViewHeaderCustomization> {
6868
scrollDirection: Axis.horizontal,
6969
itemBuilder: (BuildContext ctxt, int index) {
7070
return Container(
71-
padding: const EdgeInsets.only(left: 15),
71+
padding: const EdgeInsets.only(left: 15,top: 5),
7272
width: _cellWidth,
7373
height: 5,
7474
color: Colors.lightGreen,

0 commit comments

Comments
 (0)