ContactsListTile constructor
const
ContactsListTile({
- Key? key,
- required FollowUser user,
- GestureTapCallback? onTap,
- GestureLongPressCallback? onLongPress,
- Color? tileColor,
- bool selected = false,
- Color? selectedTileColor,
- EdgeInsetsGeometry contentPadding = const EdgeInsets.symmetric(horizontal: 8),
Creates a new instance of ContactsListTile widget.
Implementation
const ContactsListTile({
super.key,
required this.user,
this.onTap,
this.onLongPress,
this.tileColor,
this.selected = false,
this.selectedTileColor,
this.contentPadding = const EdgeInsets.symmetric(horizontal: 8),
});