AdvisorLocaleDropDown constructor

const AdvisorLocaleDropDown({
  1. required String changing,
  2. required void onChanged(
    1. String?
    ),
  3. Key? key,
})

Implementation

const AdvisorLocaleDropDown({
  required this.changing,
  required this.onChanged,
  super.key,
});