TableViewVerticalDividerStyle class

Defines a display style of a particular vertical divider of a table.

Annotations

Constructors

TableViewVerticalDividerStyle({Color? color, double? thickness, int? wigglesPerRow, double? wiggleOffset, double? revealOffset, Curve? opacityRevealCurve, Curve? wiggleRevealCurve})
const

Properties

color Color?
Color of the divider displayed.
final
hashCode int
The hash code for this object.
no setterinherited
opacityRevealCurve Curve?
Controls the rate of change to dividers opacity as it appears and disappears.
final
revealOffset double?
Determines amount of horizontal scrolling required for the divider to fully appear and to start disappearing again.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thickness double?
Thickness of the divider displayed. Affects clipping.
final
wiggleOffset double?
The amount of logical pixels the divider will wiggle horizontally.
final
wiggleRevealCurve Curve?
Controls the rate of change to wiggle offset of the divider as it appears and disappears.
final
wigglesPerRow int?
The amount of times per row the divider displayed is going to wiggle. Increasing this value might worsen the performance. Prefer setting it to 0 when not using wiggling dividers.
final

Methods

copyWith({Color? color, double? thickness, int? wigglesPerRow, double? wiggleOffset, double? revealOffset, Curve? opacityRevealCurve, Curve? wiggleRevealCurve}) TableViewVerticalDividerStyle
lerp(TableViewVerticalDividerStyle other, double t) TableViewVerticalDividerStyle
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