dropdown_button2 icon indicating copy to clipboard operation
dropdown_button2 copied to clipboard

[Question] DropdownMenuItem -on mouse over, change my child widget style

Open vd3d opened this issue 1 year ago • 0 comments

Hi,

I have the following and simple DropdownMenuItem:

DropdownMenuItem<String>( value: "", child: StatefulBuilder(builder: (context, menuSetState) { return Text("child", style: Colors.black); }), )

And when the menu item is hovered (overlay active), I wish to change the text color. I didn't find any way to do this, right ?

vd3d avatar Sep 01 '23 15:09 vd3d