textImageStickerGuide property

String textImageStickerGuide

Get localized text for label "image_picker_image_sticker_guide".

Defaults to "You can click on below icons to add into image, double click to remove it from image".

Implementation

String get textImageStickerGuide => getTranslatedString(
    "image_picker_image_sticker_guide",
    "You can click on sticker icons to scale it or double click to "
        "remove it from image");