imagePath property
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;
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.
final String? imagePath;