CellRenderContext<T extends DataGridRow> class

Context provided to cell renderers.

Constructors

CellRenderContext({required DataGridController<T> controller, required bool isSelected, required bool isHovered, required bool isPinned, required int rowIndex})
const

Properties

controller DataGridController<T>
final
hashCode int
The hash code for this object.
no setterinherited
isHovered bool
final
isPinned bool
final
isSelected bool
final
rowIndex int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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