GlueDivider class

Provides options for how a glue sliver component widget should divide it's items.

It accomplishes this by adding a bottom border to every element except the last one. This functionality can be overwritten by the trailingDivider option.

Constructors

GlueDivider({bool enabled = false, bool trailingDivider = false, GlueDividerBuilder builder = _defaultDividerBuilder})
const

Properties

builder GlueDividerBuilder
final
enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailingDivider bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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