MastroScope constructor

const MastroScope({
  1. Key? key,
  2. OnPopScope? onPopScope,
  3. required Widget child,
})

Creates a MastroScope widget.

Implementation

const MastroScope({super.key, this.onPopScope, required this.child});