RowStyleParam<T> constructor

RowStyleParam<T>({
  1. T? data,
  2. double? rowWidth,
  3. List<double>? cellWidth,
  4. int? index,
  5. bool enableDivider = false,
})

Implementation

RowStyleParam({this.data,this.rowWidth,this.cellWidth,this.index,this.enableDivider = false});