ShellCrumb constructor

const ShellCrumb(
  1. String label, {
  2. VoidCallback? onTap,
})

Implementation

const ShellCrumb(this.label, {this.onTap});