DrawerMotion constructor

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

Creates a DrawerMotion.

Implementation

const DrawerMotion({
  super.key,
});