LanguagePickerCupertino constructor
const
LanguagePickerCupertino({
- Key? key,
- ValueChanged<
Language> ? onValuePicked, - ItemBuilder? itemBuilder,
- double pickerItemHeight = defaultPickerItemHeight,
- double pickerSheetHeight = defaultPickerSheetHeight,
- TextStyle? textStyle,
- double? diameterRatio,
- Color? backgroundColor,
- double? offAxisFraction,
- bool? useMagnifier,
- double? magnification,
- FixedExtentScrollController? scrollController,
- List<
Language> ? languages,
Implementation
const LanguagePickerCupertino({
Key? key,
this.onValuePicked,
this.itemBuilder,
this.pickerItemHeight = defaultPickerItemHeight,
this.pickerSheetHeight = defaultPickerSheetHeight,
this.textStyle,
this.diameterRatio,
this.backgroundColor,
this.offAxisFraction,
this.useMagnifier,
this.magnification,
this.scrollController,
this.languages,
}) : super(key: key);