NiceBackButton constructor
const
NiceBackButton({
- Key? key,
- IconData? icon,
- VoidCallback? onBack,
- String? fallbackPath,
Implementation
const NiceBackButton({
super.key,
this.icon,
this.onBack,
this.fallbackPath,
});