buildDivider method
Implementation
Widget buildDivider() {
return Divider(
color: Colors.grey[300],
height: 1,
thickness: 1,
);
}
Widget buildDivider() {
return Divider(
color: Colors.grey[300],
height: 1,
thickness: 1,
);
}