buildDivider method

Widget buildDivider()

Implementation

Widget buildDivider() {
  return Get.width > 960 ? buildVerticalDivider() : buildHorizontalDivider();
}