AssetSource constructor
AssetSource(
- String path
Provides the asset resource for the splash screen
Implementation
AssetSource(this.path) {
setSource();
}
Provides the asset resource for the splash screen
AssetSource(this.path) {
setSource();
}