SlidableScrollActionPane constructor

const SlidableScrollActionPane({
  1. Key? key,
})

Creates an action pane that creates actions which follow the item while it's sliding.

Implementation

const SlidableScrollActionPane({Key? key}) : super(key: key);