StorebountyDrawer constructor

const StorebountyDrawer({
  1. Key? key,
  2. required VoidCallback onLogout,
})

Implementation

const StorebountyDrawer({super.key, required this.onLogout});