NeoPopTiltedButtonShimmer constructor
const
NeoPopTiltedButtonShimmer({})
Implementation
const NeoPopTiltedButtonShimmer({
Key? key,
required this.child,
this.duration,
this.delay,
this.color,
this.plunkColor,
this.shimmerWidth,
this.buttonDepth,
this.tiltAngle,
this.plunkAngle,
}) : super(key: key);