onTap property

VoidCallback? onTap
final

Callback invoked when the text area is tapped.

Called when the user taps on the text area, even if it's already focused. Useful for implementing custom behaviors on tap events.

Implementation

final VoidCallback? onTap;