StackedHeaderCell class Null safety

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.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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 non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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