imagePath property

String imagePath
final

The image path - can be either:

  • A network URL (starts with http:// or https://)
  • A local asset path (e.g., 'assets/images/onboarding.png')

Implementation

final String imagePath;