SlidableDrawerActionPane constructor

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

Creates an action pane that creates actions which animate like drawers while the item is sliding.

Implementation

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