FBreadcrumbItem constructor
const
FBreadcrumbItem({
- required Widget child,
- bool current,
- bool autofocus,
- FocusNode? focusNode,
- ValueChanged<
bool> ? onFocusChange, - ValueChanged<
bool> ? onHoverChange, - FTappableVariantChangeCallback? onVariantChange,
- VoidCallback? onPress,
- Key? key,
Creates a crumb that typically represents a single item in the navigation path.
Implementation
const factory FBreadcrumbItem({
required Widget child,
bool current,
bool autofocus,
FocusNode? focusNode,
ValueChanged<bool>? onFocusChange,
ValueChanged<bool>? onHoverChange,
FTappableVariantChangeCallback? onVariantChange,
VoidCallback? onPress,
Key? key,
}) = _Crumb;