TapReactParams constructor

const TapReactParams({
  1. required Widget target,
})

Implementation

const TapReactParams({required this.target});