RowRenderContext<T extends DataGridRow> class

Context provided to row renderers with all necessary state and callbacks.

Constructors

RowRenderContext({required DataGridController<T> controller, required GridScrollController scrollController, required List<DataGridColumn<T>> pinnedColumns, required List<DataGridColumn<T>> unpinnedColumns, required double pinnedWidth, required double unpinnedWidth, required double horizontalOffset, required double rowHeight, required bool isSelected, required bool isHovered})
const

Properties

controller DataGridController<T>
final
hashCode int
The hash code for this object.
no setterinherited
horizontalOffset double
final
isHovered bool
final
isSelected bool
final
pinnedColumns List<DataGridColumn<T>>
final
pinnedWidth double
final
rowHeight double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollController GridScrollController
final
unpinnedColumns List<DataGridColumn<T>>
final
unpinnedWidth double
final

Methods

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