BreadCrumbOverflow class abstract

Implementers

Constructors

const

Properties

hashCode int
The hash code for this object.
no setterinherited
keepLastDivider bool
this value determine the last divider should render or not
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, List<BreadCrumbItem> items, Widget? divider) Widget
creates widget that should show items and divider
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
widgetItems(List<BreadCrumbItem> items, Widget divider) List<Widget>
creates List

Operators

operator ==(Object other) bool
The equality operator.
inherited