children property
A list of breadcrumb items representing the navigation path.
Each item is typically an FBreadcrumbItem, separated by a divider. The last item generally represents the
current page and has its current
property set to true
. Navigation can be handled via the onPress
callback.
Implementation
final List<Widget> children;