onHeightChanged property

ValueChanged<double>? onHeightChanged
final

Callback invoked when the text area height changes.

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

Implementation

final ValueChanged<double>? onHeightChanged;