myDivider method

Widget myDivider()

Implementation

Widget myDivider() => Container(
  height: 0.5.dp,
  color: ColorHelper.bGBlueTint,
);