Implementation
NikuListTile get copied => NikuListTile(
key: key,
leading: leading,
title: title,
subtitle: subtitle,
trailing: trailing,
isThreeLine: isThreeLine,
dense: dense,
visualDensity: visualDensity,
shape: shape,
selectedColor: selectedColor,
iconColor: iconColor,
textColor: textColor,
style: style,
contentPadding: contentPadding,
enabled: enabled,
onTap: onTap,
onLongPress: onLongPress,
mouseCursor: mouseCursor,
selected: selected,
focusColor: focusColor,
hoverColor: hoverColor,
focusNode: focusNode,
autofocus: autofocus,
tileColor: tileColor,
selectedTileColor: selectedTileColor,
enableFeedback: enableFeedback,
horizontalTitleGap: horizontalTitleGap,
minVerticalPadding: minVerticalPadding,
minLeadingWidth: minLeadingWidth,
)..$parent.$merge($parent);