buildBox method

Widget buildBox(
  1. BuildContext context
)

Implementation

Widget buildBox(BuildContext context) {
  return Gap(gap);
}