countRender method

Widget countRender(
  1. num count
)

Implementation

Widget countRender(num count) {
  return const SizedBox.shrink();
}