TableViewVerticalDividersStyle class

Defines a display style of vertical dividers of a table.

Annotations

Properties

hashCode int
The hash code for this object.
no setterinherited
leading TableViewVerticalDividerStyle?
Display style of a divider separating frozen on the leading (left in left-to-right) edge columns from the rest of the columns.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailing TableViewVerticalDividerStyle?
Display style of a divider separating frozen on the trailing (right in left-to-right) edge columns from the rest of the columns.
final

Methods

copyWith({TableViewVerticalDividerStyle? leadingDividerStyle, TableViewVerticalDividerStyle? trailingDividerStyle}) TableViewVerticalDividersStyle
lerp(TableViewVerticalDividersStyle other, double t) TableViewVerticalDividersStyle
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