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
FutureOr<void> Function(Function() complete, CPListImageRowItem 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+
FutureOr<void> Function(Function() complete, CPListImageRowItem self)?
onPress;