clearTouchableBounds method

Future<void> clearTouchableBounds()
inherited

清空可点击区域

addTouchableBounds

Implementation

Future<void> clearTouchableBounds() async {
  await _controller.clearTouchableBounds();
}