ScrollableOverflow class

Inheritance

Constructors

ScrollableOverflow({bool keepLastDivider = false, Axis direction = Axis.horizontal, bool reverse = false, EdgeInsetsGeometry? padding, ScrollController? controller, bool? primary, ScrollPhysics? physics})

Properties

controller ScrollController?
An object that can be used to control the position to which this scroll view is scrolled.
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
padding EdgeInsetsGeometry?
The amount of space by which to inset the child.
final
physics ScrollPhysics?
How the scroll view should respond to user input.
final
primary bool?
Whether this is the primary scroll view associated with the parent PrimaryScrollController.
final
reverse bool
Whether the scroll view scrolls in the reading direction.
final
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
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