LoggedOutScreen constructor

const LoggedOutScreen({
  1. dynamic key,
  2. required bool softLogout,
})

Implementation

const LoggedOutScreen({super.key, required this.softLogout});