ClickInterceptor constructor

const ClickInterceptor({
  1. required Widget child,
})

Implementation

const ClickInterceptor({required this.child});