Hi everyone,
I’m trying to underline text when hovered in FlutterFlow, but I haven't found a built-in way to do this. I know Flutter normally allows this using MouseRegion
and,TextDecoration.underline
but since FlutterFlow doesn’t expose TextDecoration
directly, I’m unsure how to achieve this within the platform.
Does anyone know a native FlutterFlow way to underline text on hover? Or do I have to rely fully on a custom widget? If so, what’s the best approach to make it work within FlutterFlow’s constraints?
Thanks in advance!