TableViewHorizontalDividersStyle class

Defines a display style of horizontal dividers of a table.

Annotations

Properties

Display style of a divider between a footer row and the rest of a table.
final
hashCode int
The hash code for this object.
no setterinherited
Display style of a divider between a header row and the rest of a table.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({TableViewHorizontalDividerStyle? header, TableViewHorizontalDividerStyle? footer}) TableViewHorizontalDividersStyle
lerp(TableViewHorizontalDividersStyle other, double t) TableViewHorizontalDividersStyle
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