WrapOverflow class

subclass of BreadCrumbOverflow that use Wrap Widget to show his items

Inheritance

Constructors

WrapOverflow({bool keepLastDivider = false, Axis direction = Axis.horizontal, WrapAlignment alignment = WrapAlignment.start, double spacing = 0.0, WrapAlignment runAlignment = WrapAlignment.start, double runSpacing = 0.0, WrapCrossAlignment crossAxisAlignment = WrapCrossAlignment.center, TextDirection? textDirection, VerticalDirection verticalDirection = VerticalDirection.down})
const

Properties

alignment WrapAlignment
align children in main direction
final
crossAxisAlignment WrapCrossAlignment
align children in cross direction
final
direction Axis
The direction to use as the main axis. Axis.horizontal to show children in horizontal axis and Axis.vertical is for show children in vertical axis
final
hashCode int
The hash code for this object.
no setterinherited
keepLastDivider bool
this value determine the last divider should render or not
final
runAlignment WrapAlignment
How the runs themselves should be placed in the cross axis.
final
runSpacing double
creates space between items in cross axis
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double
creates space between items in main axis
final
textDirection TextDirection?
it can be use in horizontal direction to show items in reverse
final
verticalDirection VerticalDirection
it can be use in vertical direction to show items in reverse
final

Methods

build(BuildContext context, List<BreadCrumbItem> items, Widget? divider) Widget
creates widget that should show items and divider
override
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
override

Operators

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