HHLatch constructor
const
HHLatch({
- required TriggerType triggerType,
- bool isPost = true,
- String? customEvent,
- int priority = 0,
Implementation
const HHLatch({
required this.triggerType,
this.isPost = true,
this.customEvent,
this.priority = 0,
});