quoteLeft function
dynamic
quoteLeft(
- dynamic content
Implementation
quoteLeft(content) =>
Text(content, style: text_theme.body(), textAlign: TextAlign.left);
quoteLeft(content) =>
Text(content, style: text_theme.body(), textAlign: TextAlign.left);