OpenWDropDown constructor
const
OpenWDropDown({
- Key? key,
- required dynamic nodeState,
- required FDropDownSource dropdownSource,
- required FTextStyle textStyle,
Implementation
const OpenWDropDown({
super.key,
required this.nodeState,
required this.dropdownSource,
required this.textStyle,
});