InversedDrawerMotion constructor

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

Implementation

const InversedDrawerMotion({
  Key? key,
}) : super(key: key);