BlockBackButton constructor
const
BlockBackButton({
- Key? key,
- bool block = true,
- required PylonBuilder builder,
Creates a BlockBackButton widget to control back button behavior.
See BlockBackButton in the documentation.
Implementation
const BlockBackButton({super.key, this.block = true, required this.builder});