ComplaintsInboxPage constructor

const ComplaintsInboxPage({
  1. Key? key,
  2. ComplaintsLocalization? appLocalizations,
})

Implementation

const ComplaintsInboxPage({
  super.key,
  super.appLocalizations,
});