buildWidget method

Widget buildWidget({
  1. required Widget child,
  2. bool debug = false,
  3. Key? key,
})

Platform-specific implementations should override this function their own implementation of a pointer interceptor widget.

Implementation

Widget buildWidget({
  required Widget child,
  bool debug = false,
  Key? key,
}) {
  throw UnimplementedError('buildWidget() has not been implemented.');
}