ActionParamBuilder class

A class that extends RowBuilderParams to provide parameters for action builders This class is used to pass additional information to the actionBuilder function.

Inheritance

Constructors

ActionParamBuilder.new({required int index, required double defualtWidth, required int rowIndex})
Creates an ActionParamBuilder instance. index: The index of the action within the actions list. defualtWidth: The default width for the action widget. rowIndex: The index of the row.

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
rowIndex int
The index of the row in the table. Useful for identifying which row the action belongs to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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