NeoPopTiltedButtonShimmer constructor

const NeoPopTiltedButtonShimmer({
  1. Key? key,
  2. required Widget child,
  3. Duration? duration,
  4. Duration? delay,
  5. Color? color,
  6. Color? plunkColor,
  7. double? shimmerWidth,
  8. double? buttonDepth,
  9. double? tiltAngle,
  10. double? plunkAngle,
})

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);