Implementation
NikuActionChip get copied => NikuActionChip(
label,
key: key,
avatar: avatar,
style: style,
labelPadding: labelPadding,
onPressed: onPressed,
pressElevation: pressElevation,
tooltip: tooltip,
side: side,
shape: shape,
clipBehavior: clipBehavior,
focusNode: focusNode,
autofocus: autofocus,
backgroundColor: backgroundColor,
disabledColor: disabledColor,
padding: padding,
visualDensity: visualDensity,
materialTapTargetSize: materialTapTargetSize,
elevation: elevation,
shadowColor: shadowColor,
surfaceTintColor: surfaceTintColor,
iconTheme: iconTheme,
)..$parent.$merge($parent);