QudsLanguagesListView constructor

const QudsLanguagesListView({
  1. Key? key,
  2. VoidCallback? onChanged,
  3. bool withCountryName = true,
  4. bool withFlagImage = true,
})

Create an instance of QudsLanguagesListView

Implementation

const QudsLanguagesListView(
    {Key? key,
    this.onChanged,
    this.withCountryName = true,
    this.withFlagImage = true})
    : super(key: key);