TrinaCellColorContext class

Argument of TrinaGrid.cellColorCallback callback to dynamically change the background color of a cell.

Constructors

TrinaCellColorContext.new({required TrinaCell cell, required TrinaColumn column, required TrinaRow row, required int rowIdx, required TrinaGridStateManager stateManager})
const

Properties

cell TrinaCell
final
column TrinaColumn
final
hashCode int
The hash code for this object.
no setterinherited
row TrinaRow
final
rowIdx int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateManager TrinaGridStateManager
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