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