DefaultRowRenderer<T extends DataGridRow> class

Inheritance

Constructors

DefaultRowRenderer()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildRow(BuildContext context, T row, int index, RowRenderContext<T> renderContext) Widget
Builds a single row widget.
override
getRowHeight(T row, int index) double?
Optional: Calculate row height dynamically. Return null to use default height.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldBuildRow(T row, int index) bool
Optional: Determine if row should be built. Useful for conditional rendering (e.g., skip filtered rows).
inherited
toString() String
A string representation of this object.
inherited

Operators

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