Divider 2.VerticalDivider 3.PopupMenuDivider 4.ListTile.divideTiles Divider class A thin horizontal line, with padding on either side. In the material design language, this represents a divider. Dividers can be used in lists, Drawers, and elsewhere to separate content. const Divider(
height: 20,
thickness: 5,
indent: 20,
endIndent: 0,
color: Colors.black,
), VerticalDivider class A thin vertical…