Implementation
NikuAlert get copied => NikuAlert(
key: key,
title: title,
titlePadding: titlePadding,
titleTextStyle: titleTextStyle,
content: content,
contentPadding: contentPadding,
contentTextStyle: contentTextStyle,
actions: actions,
actionsPadding: actionsPadding,
actionsAlignment: actionsAlignment,
actionsOverflowDirection: actionsOverflowDirection,
actionsOverflowButtonSpacing: actionsOverflowButtonSpacing,
buttonPadding: buttonPadding,
backgroundColor: backgroundColor,
elevation: elevation,
semanticLabel: semanticLabel,
insetPadding: insetPadding,
clipBehavior: clipBehavior,
shape: shape,
scrollable: scrollable,
cupertino: cupertino,
adaptive: adaptive,
)..$parent.$merge($parent);