HeaderBuilder class

A class that extends RowBuilderParams to provide parameters for header builders. Used to pass information to the headerBuilder function.

Inheritance

Constructors

HeaderBuilder.new({required dynamic value, required int index, required double defualtWidth})
Creates a HeaderBuilder instance. value: The data for the header cell. index: The index of the header (column index). defualtWidth: The default width for the header cell.

Properties

defualtWidth double
The default width for the element.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
index int
The index of the row or element.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
The value of the header (typically a String). This is the data that will be displayed in the header cell.
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