copyOnTap method

Future<void> copyOnTap(
  1. int ayahUQNumber
)

Implementation

Future<void> copyOnTap(int ayahUQNumber) async {
  await Clipboard.setData(ClipboardData(
          text:
              '﴿${ayahTextNormal.value}﴾\n\n${tafseerList[ayahUQNumber].tafsirText.customTextSpans()}'))
      .then(
          (value) => _ToastUtils().showToast(Get.context!, 'copyTafseer'.tr));
}