renderDropdownListBlock method
Implementation
Widget renderDropdownListBlock(BuildContext context, block) {
return widget.dropdownListParser.parse(block,
context: context, options: Options(disabled: widget.disabled));
}
Widget renderDropdownListBlock(BuildContext context, block) {
return widget.dropdownListParser.parse(block,
context: context, options: Options(disabled: widget.disabled));
}