FliraOverlay constructor

const FliraOverlay({
  1. required TriggeringMethod triggeringMethod,
  2. Key? key,
})

Implementation

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