Component question

Widgets & Design

I have a list of texts that I need to display in a list-like manner. Think of it like showing a text in a book, but where phrases in a paragraph are shown continuously. I also need the ability to click on a sentence, and interact with it with a context menu for that piece of text. Does FlutterFlow have any kind of widget/control, that support this or similar behavior?

The most similar thing that I can think of is Logos Bible app, where the texts are showing continuously through the page, like in this image below. Verse 15 and verse 16 are shown continuously in one widget, but I need to be able to tap on verse 16 to highlight it, and then show a popup menu for that verse.

Any ideas on which widget to use for this? Or is it a custom widget from scratch?

What have you tried so far?

I have searched through the documentation to see if I can find a widget that does something similar, but haven't found any yet. I could of course just add a vertical list of verses in text-widgets after another, but that would require each text to start on a new line.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
3 replies