UnselfNavigationBarBackButton constructor Null safety
- {Key? key,
- Color? color,
- String? previousPageTitle,
- VoidCallback? onPressed}
Implementation
const UnselfNavigationBarBackButton({
Key? key,
this.color,
this.previousPageTitle,
this.onPressed,
}) : _backChevron = null,
_backLabel = null,
super(key: key);