arrowAccent method

String arrowAccent()

Returns an accented arrow (always visible, used for bullets).

Implementation

String arrowAccent() => '${theme.accent}${glyphs.arrow}${theme.reset}';