CopyListTile constructor
const
CopyListTile({
- required String title,
- required String subtitle,
- bool autofocus = false,
- GestureLongPressCallback? onLongPress,
- Key? key,
Create an instance.
Implementation
const CopyListTile({
required this.title,
required this.subtitle,
this.autofocus = false,
this.onLongPress,
super.key,
});