fallbackAssetPath property
The asset path of the fallback image to use if the network image fails to load.
This should be a valid asset path included in your Flutter project"s pubspec.yaml
.
Implementation
final String fallbackAssetPath;
The asset path of the fallback image to use if the network image fails to load.
This should be a valid asset path included in your Flutter project"s pubspec.yaml
.
final String fallbackAssetPath;