onPress property

FutureOr<void> Function(dynamic complete(), CPListItem self)? onPress
final

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;