0 purchases
staked horizontal bar chart
This package implements a simple stacked horizontal bar chart
Usage #
return StakedHorizontalBarChart(data:[
StakedHorizontalBarChartData(units: 0.5, color: Colors.red),
StakedHorizontalBarChartData(units: 0.2, color: Colors.blue),
StakedHorizontalBarChartData(units: 0.3, color: Colors.green),
]);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.