SimpleBubbleMatrixCell constructor
const
SimpleBubbleMatrixCell({})
Implementation
const SimpleBubbleMatrixCell({
required this.xLabel,
required this.yLabel,
required this.value,
this.color,
this.label,
});
const SimpleBubbleMatrixCell({
required this.xLabel,
required this.yLabel,
required this.value,
this.color,
this.label,
});