fromAssets property

bool fromAssets
final

Whether to load the image from assets.

If true, imagePath is treated as an asset path. If false, imagePath is treated as a network URL. Defaults to true.

Implementation

final bool fromAssets;