onRead property

Future<void> Function(String text)? onRead
final

Callback to read the sentence text using TTS.

Implementation

final Future<void> Function(String text)? onRead;