TableViewVerticalDividerStyle class

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

Annotations

Constructors

TableViewVerticalDividerStyle.new({Color? color, double? thickness, double? wiggleInterval, int? wiggleCount, @Deprecated('Use functionally the same wiggleCount parameter instead.') 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
wiggleCount int?
The amount of times per wiggleInterval 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
wiggleInterval double?
The amount of logical pixels the divider will wiggle vertically. Wiggling starts at the first row and ends at the specified interval, meaning it's always guaranteed to be at 0 offset at the start and at the end of this interval.
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.
no setter

Methods

copyWith({Color? color, double? thickness, double? wiggleInterval, int? wiggleCount, 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