FBreadcrumbItem constructor
const
FBreadcrumbItem({
- required Widget child,
- bool current,
- bool autofocus,
- FocusNode? focusNode,
- ValueChanged<
bool> ? onFocusChange, - ValueChanged<
bool> ? onHoverChange, - ValueChanged<
Set< ? onStateChange,WidgetState> > - 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,
ValueChanged<Set<WidgetState>>? onStateChange,
VoidCallback? onPress,
Key? key,
}) = _Crumb;