MessagesScreen constructor

const MessagesScreen({
  1. Key? key,
  2. required ProfileState profileState,
  3. required Function onSignout,
  4. required Function onChangeAccount,
  5. Map currentProfile = const {},
  6. Map currentAccount = const {},
  7. Map support = const {},
})

Implementation

const MessagesScreen({
  super.key,
  required this.profileState,
  required this.onSignout,
  required this.onChangeAccount,
  this.currentProfile = const {},
  this.currentAccount = const {},
  this.support = const {},
});