imagePath property

String? imagePath
final

imagePath is required parameter for showing image.

Supported formats:

  • http:// or https:// - Network images
  • .svg - SVG assets
  • .json - Lottie animations
  • /data or /storage - Local file paths
  • Other - Asset images (PNG, JPG, etc.)

Implementation

final String? imagePath;