LaunchIcon.fromIcon constructor

const LaunchIcon.fromIcon(
  1. IconData? iconData
)

Creates a LaunchIcon from IconData.

Implementation

const LaunchIcon.fromIcon(this.iconData)
    : path = null,
      source = IconSource.icon;