xNoneTouchContainer method

Widget xNoneTouchContainer(
  1. bool enable
)

Implementation

Widget xNoneTouchContainer(bool enable) {
  return IgnorePointer(
    ignoring: enable,
    child: this,
  );
}