buildSeparator method
Implementation
Widget buildSeparator() {
return Container(
width: separatorWidth,
height: 24,
color: separatorColor,
);
}
Widget buildSeparator() {
return Container(
width: separatorWidth,
height: 24,
color: separatorColor,
);
}