NavigationBackButton constructor

NavigationBackButton({
  1. String? title,
  2. Color? color,
  3. bool? visible,
})

Implementation

NavigationBackButton({
  this.title,
  this.color,
  this.visible,
});