onWidthChanged property

ValueChanged<double>? onWidthChanged
final

Callback invoked when the text area width changes.

Called when the user resizes the text area horizontally. The callback receives the new width value in logical pixels.

Implementation

final ValueChanged<double>? onWidthChanged;