TableViewController class

Controller that holds the state for a TableView widget.

Constructors

TableViewController()

Properties

hashCode int
The hash code for this object.
no setterinherited
horizontalScrollController ScrollController
Controller used to hold horizontal scroll state of a table.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verticalScrollController ScrollController
Controller used to hold vertical scroll state of a table.
final

Methods

dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded.
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