textConfirmExitWithoutSelectingImages property

String textConfirmExitWithoutSelectingImages

Get localized text for label "image_picker_exit_without_selecting".

Defaults to "Do you want to exit without selecting images?".

Implementation

String get textConfirmExitWithoutSelectingImages => translateFunc(
    "image_picker_exit_without_selecting",
    "Do you want to exit without selecting images?");