copied property

Implementation

NikuButtonStyle get copied => NikuButtonStyle(
      textStyleState: textStyleState?.copiedDeep,
      backgroundColorState: backgroundColorState?.copied,
      foregroundColorState: foregroundColorState?.copied,
      overlayColorState: overlayColorState?.copied,
      shadowColorState: shadowColorState?.copied,
      elevationState: elevationState?.copied,
      paddingState: paddingState?.copied,
      minimumSizeState: minimumSizeState?.copied,
      fixedSizeState: fixedSizeState?.copied,
      maximumSizeState: maximumSizeState?.copied,
      sideState: sideState?.copied,
      shapeState: shapeState?.copied,
      mouseCursorState: mouseCursorState?.copied,
      visualDensity: visualDensity,
      tapTargetSize: tapTargetSize,
      animationDuration: animationDuration,
      enableFeedback: enableFeedback,
      alignment: alignment,
      splashFactory: splashFactory,
    );