rebuild property

bool? rebuild
final

The behavior of chart rebuilding when widget is updated.

If null, new Chart will be compared with the old one, and chart will rebuild only when specifications are changed.

If true, chart will always rebuild. So be cautious to set true.

If false, chart will never rebuild.

Implementation

final bool? rebuild;