FliraOverlay constructor
const
FliraOverlay({
- required TriggeringMethod triggeringMethod,
- Key? key,
Implementation
const FliraOverlay({
required this.triggeringMethod,
Key? key,
}) : super(key: key);