RowBuilderParams constructor
Creates a RowBuilderParams instance. index: The index of the row or element. defualtWidth: The calculated default width for this element.
Implementation
RowBuilderParams({required this.index, required this.defualtWidth});