We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d63273 commit 3cb96b3Copy full SHA for 3cb96b3
ScreenShot/ViewHeaderReplacement.png
60.9 KB
lib/main.dart
@@ -68,7 +68,7 @@ class _ViewHeaderCustomizationState extends State<ViewHeaderCustomization> {
68
scrollDirection: Axis.horizontal,
69
itemBuilder: (BuildContext ctxt, int index) {
70
return Container(
71
- padding: const EdgeInsets.only(left: 15),
+ padding: const EdgeInsets.only(left: 15,top: 5),
72
width: _cellWidth,
73
height: 5,
74
color: Colors.lightGreen,
0 commit comments