icon property

ImageProvider<Object> icon

Implementation

ImageProvider get icon {
  if (Platform.isIOS) return const AssetImage('assets/apple_music.png', package: 'nowplaying');
  return _icons[this.source];
}