Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Container(
  2. height: 44.0,
  3. //this does the work for divider
  4. decoration: BoxDecoration(
  5. border: Border(bottom: BorderSide(color: Colors.white, width: 1.0))
  6. ),
  7. child: Your_Child_Widget_Here
  8. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement