style property

FBreadcrumbStyleDelta style
final

The breadcrumb's style. Defaults to the appropriate style in FThemeData.breadcrumbStyle.

To modify the current style:

style: .delta(...)

To replace the style:

style: FBreadcrumbStyle(...)

CLI

To generate and customize this style:

dart run forui style create breadcrumb

Implementation

final FBreadcrumbStyleDelta style;