copyWith abstract method

ReportCell copyWith({
  1. double? cellWidth,
  2. double? cellHeight,
  3. double? textSize,
})

Implementation

ReportCell copyWith({
  double? cellWidth,
  double? cellHeight,
  double? textSize,
});