textConfirmDelete property

String textConfirmDelete

Get localized text for label "image_picker_confirm_delete".

Defaults to "Do you want to delete this image?".

Implementation

String get textConfirmDelete => getTranslatedString(
    "image_picker_confirm_delete", "Do you want to delete this image?");