setCurrentSentence method
- {required JidoujishoTextSelection selection}
Update the current sentence.
Implementation
void setCurrentSentence({
required JidoujishoTextSelection selection,
}) {
_currentSentence = selection;
}
Update the current sentence.
void setCurrentSentence({
required JidoujishoTextSelection selection,
}) {
_currentSentence = selection;
}