QudsSelectLanguageListTile constructor

const QudsSelectLanguageListTile({
  1. Key? key,
  2. bool popOnTap = false,
  3. bool withCountryName = true,
  4. bool withFlagImage = true,
  5. bool autoSave = true,
  6. VoidCallback? onChanged,
})

Create an instance of QudsSelectLanguageListTile

Implementation

const QudsSelectLanguageListTile(
    {Key? key,
    this.popOnTap = false,
    this.withCountryName = true,
    this.withFlagImage = true,
    this.autoSave = true,
    this.onChanged})
    : super(key: key);