TencentCloudChatGesture constructor

const TencentCloudChatGesture({
  1. Key? key,
  2. required Widget child,
  3. TencentCloudChatGestureColors? gestureColors,
  4. OnTap? onTap,
  5. dynamic onSecondaryTapDown(
    1. TapDownDetails
    )?,
})

Implementation

const TencentCloudChatGesture({
  super.key,
  required this.child,
  this.gestureColors,
  this.onTap,
  this.onSecondaryTapDown,
});