DrawerMotion constructor

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

Creates a DrawerMotion.

Implementation

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