PlexDataListItem constructor
const
PlexDataListItem({
- String? id,
- required String title,
- String? subtitle,
- Widget? trailing,
- String? value,
- String? meta,
- String? delta,
- PlexDataListDirection direction = PlexDataListDirection.flat,
- double? progress,
- IconData? icon,
- PlexDataListTone tone = PlexDataListTone.neutral,
- String? avatarName,
- String? tag,
- bool done = false,
- Color? color,
Implementation
const PlexDataListItem({
this.id,
required this.title,
this.subtitle,
this.trailing,
this.value,
this.meta,
this.delta,
this.direction = PlexDataListDirection.flat,
this.progress,
this.icon,
this.tone = PlexDataListTone.neutral,
this.avatarName,
this.tag,
this.done = false,
this.color,
});