iconHeight property
final
Height of the icon in legend item.
Defaults to 12
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
legend: Legend(
isVisible: true,
iconWidth: 14)
));
}
Implementation
final double iconHeight