Skip to content

Commit

Permalink
Update divider.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
ripperkumar committed Jul 12, 2023
1 parent f60f986 commit 4172f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AllWidgets/divider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class DividerWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Divider(
height: 10.0,
height: 20.0,
color: Colors.grey,
thickness: 1.0,
);
Expand Down

0 comments on commit 4172f56

Please sign in to comment.