FPCSuccessLightGradientDotBadge constructor

const FPCSuccessLightGradientDotBadge({
  1. Key? key,
  2. FPCBadgePosition position = FPCBadgePosition.topEnd,
  3. bool isShow = true,
  4. double? height,
  5. Duration? duration,
  6. required Widget child,
})

Implementation

const FPCSuccessLightGradientDotBadge({
  super.key,
  this.position = FPCBadgePosition.topEnd,
  this.isShow = true,
  this.height,
  this.duration,
  required this.child,
});