NavigationBackButton constructor
NavigationBackButton({
- String? title,
- ColorValue? color,
- bool? visible,
Implementation
NavigationBackButton({
this.title,
this.color,
this.visible,
});