widget method
Implementation
widget(context) => ListTile(
key: key,
leading: leading,
title: title,
subtitle: subtitle,
trailing: trailing,
isThreeLine: isThreeLine ?? false,
dense: dense,
visualDensity: visualDensity,
shape: shape,
selectedColor: selectedColor,
iconColor: iconColor,
textColor: textColor,
style: style,
contentPadding: contentPadding?.value,
enabled: enabled ?? true,
onTap: onTap,
onLongPress: onLongPress,
mouseCursor: mouseCursor,
selected: selected ?? false,
focusColor: focusColor,
hoverColor: hoverColor,
focusNode: focusNode,
autofocus: autofocus ?? false,
tileColor: tileColor,
selectedTileColor: selectedTileColor,
enableFeedback: enableFeedback,
horizontalTitleGap: horizontalTitleGap,
minVerticalPadding: minVerticalPadding,
minLeadingWidth: minLeadingWidth,
);