ripple_container 0.1.1 copy "ripple_container: ^0.1.1" to clipboard
ripple_container: ^0.1.1 copied to clipboard

RippleContainer provides a versatile Box widget that can apply a ripple effect in Flutter applications.

0.0.1 #

  • Test Version

0.1.0 #

  • overridden the interface.
const RippleContainer({
    super.key,
    required this.child,
    this.width,
    this.height,
    this.backgroundColor = Colors.transparent,
    this.borderRadius = BorderRadius.zero,
    this.padding = EdgeInsets.zero,
    this.margin = EdgeInsets.zero,
    this.backgroundBlendMode,
    this.boxShadow,
    this.border,
    this.gradient,
    this.splashFactory,
    this.splashColor,
    this.onTap,
    this.onLongPress,
  });
3
likes
0
points
36
downloads

Publisher

verified publisheraqoong.site

Weekly Downloads

RippleContainer provides a versatile Box widget that can apply a ripple effect in Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ripple_container