SwipePullButton constructor

const SwipePullButton({
  1. Key? key,
  2. required int actionIndex,
  3. required bool trailing,
})

Implementation

const SwipePullButton({
  Key? key,
  required this.actionIndex,
  required this.trailing,
}) : super(key: key);