onPress property
An optional closure that CarPlay invokes when the user selects the list item. iOS 14.0+ | iPadOS 14.0+ | Mac Catalyst 14.0+
Implementation
final FutureOr<void> Function(Function() complete, CPListItem self)? onPress;
An optional closure that CarPlay invokes when the user selects the list item. iOS 14.0+ | iPadOS 14.0+ | Mac Catalyst 14.0+
final FutureOr<void> Function(Function() complete, CPListItem self)? onPress;