CupertinoListTileChevron constructor

const CupertinoListTileChevron({
  1. Key? key,
})

Creates a typical widget used to denote that a CupertinoListTile is a button with action.

Implementation

const CupertinoListTileChevron({super.key});