AssetSource constructor

AssetSource(
  1. String path
)

Provides the asset resource for the splash screen

Implementation

AssetSource(this.path) {
  setSource();
}