image property

String image
final

The image source for the watermark.

Can be:

  • Android: drawable resource name or file path
  • iOS: bundled image name or file path

Defaults to "" (no image).

Implementation

final String image;