YmPicker constructor
YmPicker(})
Implementation
YmPicker(
this.data, {
Key? key,
this.label = "",
this.currentIndex = 0,
this.itemHeight = 36,
this.backgroundColor = const Color(0xffffffff),
this.height = 150,
this.width = 150,
required this.onChanged,
}) : super(key: key);