ActionParamBuilder constructor
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.
Implementation
ActionParamBuilder(
{required super.index,
required super.defualtWidth,
required this.rowIndex});