OpenWDropDown constructor

const OpenWDropDown({
  1. Key? key,
  2. required dynamic nodeState,
  3. required FDropDownSource dropdownSource,
  4. required FTextStyle textStyle,
})

Implementation

const OpenWDropDown({
  super.key,
  required this.nodeState,
  required this.dropdownSource,
  required this.textStyle,
});