Implementation
NikuSwitchListTile get copied => NikuSwitchListTile(
value,
key: key,
onChanged: onChanged,
activeColor: activeColor,
activeTrackColor: activeTrackColor,
inactiveThumbColor: inactiveThumbColor,
inactiveTrackColor: inactiveTrackColor,
activeThumbImage: activeThumbImage,
onActiveThumbImageError: onActiveThumbImageError,
inactiveThumbImage: inactiveThumbImage,
onInactiveThumbImageError: onInactiveThumbImageError,
thumbColorState: thumbColorState,
trackColorState: trackColorState,
trackOutlineColorState: trackOutlineColorState,
thumbIconState: thumbIconState,
materialTapTargetSize: materialTapTargetSize,
dragStartBehavior: dragStartBehavior,
mouseCursor: mouseCursor,
overlayColorState: overlayColorState,
splashRadius: splashRadius,
focusNode: focusNode,
onFocusChange: onFocusChange,
autofocus: autofocus,
tileColor: tileColor,
title: title,
subtitle: subtitle,
secondary: secondary,
isThreeLine: isThreeLine,
dense: dense,
contentPadding: contentPadding,
selected: selected,
controlAffinity: controlAffinity,
shape: shape,
selectedTileColor: selectedTileColor,
visualDensity: visualDensity,
enableFeedback: enableFeedback,
hoverColor: hoverColor,
applyCupertinoTheme: applyCupertinoTheme,
)..$parent.$merge($parent);