StackedHeaderCell class

Column configuration for stacked header row in SfDataGrid.

See also:

StackedHeaderRow – which provides configuration for stacked header row.

Constructors

StackedHeaderCell({String? text, required List<String> columnNames, required Widget child})
Creates the StackedHeaderCell for StackedHeaderRow.

Properties

child Widget
The widget that represents the data of this cell.
final
columnNames List<String>
The collection of string which is the GridColumn.columnName of the columns defined in the SfDataGrid.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The text of the stacked header cell while exporting the SfDataGrid to Excel or Pdf.
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