buildChild method

Widget? buildChild(
  1. BuildContext context
)

Implementation

Widget? buildChild(BuildContext context) {
  return child;
}