SwipperWidget constructor

SwipperWidget({
  1. Key? key,
  2. required Widget child,
  3. dynamic adjustment,
  4. double? height,
  5. double? width,
})

Implementation

SwipperWidget(
    {Key? key, required this.child, this.adjustment, this.height, this.width})
    : super(key: key);