TencentCloudChatGesture constructor
const
TencentCloudChatGesture({
- Key? key,
- required Widget child,
- TencentCloudChatGestureColors? gestureColors,
- OnTap? onTap,
- dynamic onSecondaryTapDown()?,
Implementation
const TencentCloudChatGesture({
super.key,
required this.child,
this.gestureColors,
this.onTap,
this.onSecondaryTapDown,
});