TableControllers class

Constructors

TableControllers({required bool isFixedHeader, required bool isFixedFooter, required bool enablePullToRefresh, HDTRefreshController? htdRefreshController})

Properties

bidirectionalSideFooterHorizontalScrollController ScrollController?
getter/setter pair
bidirectionalSideHeaderHorizontalScrollController ScrollController?
getter/setter pair
bidirectionalSideHorizontalScrollController ScrollController
getter/setter pair
bidirectionalSideListViewScrollController ScrollController
getter/setter pair
bidirectionalSideRefreshController RefreshController
getter/setter pair
enablePullToRefresh bool
final
fixedSideListViewScrollController ScrollController
getter/setter pair
fixedSideRefreshController RefreshController
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htdRefreshController HDTRefreshController?
final
isFixedFooter bool
final
isFixedHeader bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addHorizontalShadowListener(dynamic horizontalShadowListener()) → void
addVerticalShadowListener(dynamic verticalShadowListener()) → void
dispose() → void
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeHorizontalShadowListener() → void
removeVerticalShadowListener() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited