MastroScope constructor
const
MastroScope({
- Key? key,
- OnPopScope? onPopScope,
- required Widget child,
Creates a MastroScope widget.
Implementation
const MastroScope({super.key, this.onPopScope, required this.child});