AlphabetScroll constructor
const
AlphabetScroll({
- Key? key,
- required ScrollController scrollController,
- required List<
String> alphabet, - required List<
Country> countries, - required String? selectedChar,
- DialogThemeData dialogTheme = const DialogThemeData(),
- int unitsCanceled = 6,
- Names displayName = Names.common,
Implementation
const AlphabetScroll({
super.key,
required this.scrollController,
required this.alphabet,
required this.countries,
required this.selectedChar,
this.dialogTheme = const DialogThemeData(),
this.unitsCanceled = 6,
this.displayName = Names.common,
});