arrowAccent method
Returns an accented arrow (always visible, used for bullets).
Implementation
String arrowAccent() => '${theme.accent}${glyphs.arrow}${theme.reset}';
Returns an accented arrow (always visible, used for bullets).
String arrowAccent() => '${theme.accent}${glyphs.arrow}${theme.reset}';