RenderDropdownButton constructor
RenderDropdownButton({})
Creates a RenderDropdownButton with the given display configuration.
Implementation
RenderDropdownButton({
required this.text,
required this.focused,
required this.isOpen,
required this.enabled,
required this.focusColor,
required this.backgroundColor,
});