BreadcrumbNavigation constructor
const
BreadcrumbNavigation({
- Key? key,
- BreadcrumbService? breadcrumbService,
- TextStyle? textStyle,
- TextStyle? activeTextStyle,
- Color? separatorColor,
- IconData separatorIcon = Icons.chevron_right,
- double spacing = 8.0,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 16.0, vertical: 12.0),
Implementation
const BreadcrumbNavigation({
super.key,
this.breadcrumbService,
this.textStyle,
this.activeTextStyle,
this.separatorColor,
this.separatorIcon = Icons.chevron_right,
this.spacing = 8.0,
this.padding = const EdgeInsets.symmetric(horizontal: 16.0, vertical: 12.0),
});