LaunchIcon.fromAsset constructor

const LaunchIcon.fromAsset(
  1. String? path
)

Creates a LaunchIcon from an asset path.

Implementation

const LaunchIcon.fromAsset(this.path)
    : iconData = null,
      source = IconSource.asset;