quoteLeft function

dynamic quoteLeft(
  1. dynamic content
)

Implementation

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