TriggerScope constructor
const
TriggerScope({})
Implementation
const TriggerScope({
super.key,
required this.triggers,
this.child,
this.builder,
this.autoDispose = true, // default เป็น true เพื่อความปลอดภัย
}) : assert(child != null || builder != null);