QudsLanguagesListView constructor
const
QudsLanguagesListView({
- Key? key,
- VoidCallback? onChanged,
- bool withCountryName = true,
- bool withFlagImage = true,
Create an instance of QudsLanguagesListView
Implementation
const QudsLanguagesListView(
{Key? key,
this.onChanged,
this.withCountryName = true,
this.withFlagImage = true})
: super(key: key);