export_success property

  1. @override
String export_success
override

Success message displayed when the image export is successful.

In en, this message translates to: 'Image exported successfully.'

Implementation

@override
String get export_success => '이미지가 성공적으로 내보내졌습니다.';