isVisible property
Toggles the visibility of the legend.
Defaults to false
.
Widget build(BuildContext context) {
return GraphTool(
legend: Legend(
isVisible: true
)
);
}
Implementation
final bool isVisible;
Toggles the visibility of the legend.
Defaults to false
.
Widget build(BuildContext context) {
return GraphTool(
legend: Legend(
isVisible: true
)
);
}
final bool isVisible;