RDropdownButtonState constructor
const
RDropdownButtonState({})
Implementation
const RDropdownButtonState({
required this.overlayPhase,
this.selectedIndex,
this.selectedItemsIndices,
this.highlightedIndex,
this.isTriggerPressed = false,
this.isTriggerHovered = false,
this.isTriggerFocused = false,
this.isDisabled = false,
});