LiquidSwipe constructor

const LiquidSwipe({
  1. Key? key,
  2. List<Widget>? children,
})

Draws an interactive liquid swipe flow whose children are clipped and transitioned when swiping or tapping the handle.

Implementation

const LiquidSwipe({super.key, this.children});