TableViewScrollbarsStyle class

Defines a display style of scrollbars of a table.

Annotations

Properties

hashCode int
The hash code for this object.
no setterinherited
horizontal TableViewScrollbarStyle?
Display style of a horizontal scrollbar.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertical TableViewScrollbarStyle?
Display style of a vertical scrollbar.
final

Methods

copyWith({TableViewScrollbarStyle? horizontal, TableViewScrollbarStyle? vertical}) TableViewScrollbarsStyle
lerp(TableViewScrollbarsStyle other, double t) TableViewScrollbarsStyle
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