textSelectedImagesTitle property

String textSelectedImagesTitle

Get localized text for label "image_picker_select_images_title".

Defaults to "Selected images count".

Implementation

String get textSelectedImagesTitle => getTranslatedString(
    "image_picker_select_images_title", "Selected images count");