onTap property
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;
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.
final VoidCallback? onTap;