Open lucabonaserawep opened 6 months ago
Using the following code:
widget.controller.callbacks.onChangeSelection = (text) { setState(() { textColorSelected = text.foregroundColor; backgroundColorSelected = text.backgroundColor; }); };
The value of text.background is always: Color(0x00000000)
I would need to retrieve the value of the background color.
Is there any way to retrieve the background color?
Using the following code:
The value of text.background is always: Color(0x00000000)
I would need to retrieve the value of the background color.
Is there any way to retrieve the background color?