Skip to content

Commit 1ad858e

Browse files
authored
Update divider.dart
1 parent 804f046 commit 1ad858e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

divider.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11

2+
3+
Divider(
4+
color: Colors.grey[300],
5+
//height:50,
6+
thickness: 1,
7+
indent: 65,
8+
endIndent: 5,
9+
),
10+

0 commit comments

Comments
 (0)