PointsRowItem constructor

PointsRowItem({
  1. required WidgetBuilder textBuilder,
  2. Gradient? pointGradient,
  3. Color? pointColor,
  4. bool defaultGradient = false,
  5. double gap = 0,
  6. int flex = 1,
})

Implementation

PointsRowItem({
  required this.textBuilder,
  this.pointGradient,
  this.pointColor,
  this.defaultGradient = false,
  this.gap = 0,
  this.flex = 1,
});