YmCascader constructor
YmCascader(})
Implementation
YmCascader(
this.data, {
Key? key,
required this.onChanged,
required this.onOkClick,
required this.onCancelClick,
this.itemHeight = 36,
this.backgroundColor = const Color(0xffffffff),
this.currentIndex = const [0, 0, 0, 0, 0],
}) : super(key: key);