SuperCupertinoNavigationBarBackButton constructor
const
SuperCupertinoNavigationBarBackButton({
- Key? key,
- Color? color,
- String? previousPageTitle,
- VoidCallback? onPressed,
Construct a CupertinoNavigationBarBackButton that can be used to pop the current route.
The color
parameter must not be null.
Implementation
const SuperCupertinoNavigationBarBackButton({
super.key,
this.color,
this.previousPageTitle,
this.onPressed,
}) : backChevron = null,
backLabel = null;