imagePath property

String? imagePath
final

The path to the background image.

When fromAssets is true, this should be an asset path (e.g., 'assets/images/background.jpg'). When fromAssets is false, this should be a network URL.

Implementation

final String? imagePath;