PlexMobileList constructor
const
PlexMobileList({
- Key? key,
- required List<
PlexMobileTallyItem> items, - ValueChanged<
PlexMobileTallyItem> ? onIncrement, - ValueChanged<
PlexMobileTallyItem> ? onDecrement, - ValueChanged<
PlexMobileTallyItem> ? onTap,
Implementation
const PlexMobileList({
super.key,
required this.items,
this.onIncrement,
this.onDecrement,
this.onTap,
});