onCaptionTyped method

void onCaptionTyped(
  1. String value
)

Implementation

void onCaptionTyped(String value) {
  debugPrint("length--> ${captionMessage.length}");
  captionMessage[currentPageIndex.value] = value;
}