Logout constructor

const Logout({
  1. Key? key,
  2. required BuildContext logoutcontext,
})

Implementation

const Logout({Key? key, required this.logoutcontext}) : super(key: key);