ComplaintsLocationPage constructor

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

Implementation

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