textAlbumTitle property

String textAlbumTitle

Get localized text for label "image_picker_album_title".

Defaults to "Album".

Implementation

String get textAlbumTitle =>
    getTranslatedString("image_picker_album_title", "Album");