Implementation
NikuRadioListTile get copied => NikuRadioListTile<T>(
value,
groupValue: groupValue,
onChanged: onChanged,
toggleable: toggleable,
activeColor: activeColor,
title: title,
subtitle: subtitle,
secondary: secondary,
isThreeLine: isThreeLine,
dense: dense,
selected: selected,
controlAffinity: controlAffinity,
autofocus: autofocus,
contentPadding: contentPadding,
shape: shape,
tileColor: tileColor,
selectedTileColor: selectedTileColor,
visualDensity: visualDensity,
focusNode: focusNode,
enableFeedback: enableFeedback,
)..$parent.$merge($parent);