Text Quote

A TextQuote is a visual representation of a short piece of text that requires the user’s attention. It can be likened to the <blockquote> tag in HTML.
This widget serves as a simple UI element designed to display text in a predetermined and aesthetically consistent manner.
Widget Classes Location
The dart file which contains all classes for quote is located in:
Widget Theme Location
The FUIQuoteTheme class serves as the theme class for the FUIQuoteText component. Kindly explore this theme class to examine the various settings available for FUIQuoteTheme.
Accessing the theme
To access the theme class object, do the following:
Usage
Parameters
Parameters | Description |
|---|---|
FUIColorScheme fuiColorScheme | The color scheme for the side decoration strip. The default is |
Widget? quoteSymbol | Override this is you prefer a different double quote symbol / image of your choice. |
Widget textContent | The main text content. Default styling applies. |
Widget? bottomLine1 | The 1st line of text content after the main content at the bottom. |
Widget? bottomLine2 | The 2nd line of text content after the main content at the bottom. |