onLineWidthChanged property

ValueChanged<double>? onLineWidthChanged
final

A callback function that is triggered when the line width changes.

The ValueChanged<double> parameter provides the new line width.

Implementation

final ValueChanged<double>? onLineWidthChanged;