arrowDim method
Returns a dimmed arrow (for inactive/non-focused items).
Implementation
String arrowDim() => '${theme.dim}${glyphs.arrow}${theme.reset}';
Returns a dimmed arrow (for inactive/non-focused items).
String arrowDim() => '${theme.dim}${glyphs.arrow}${theme.reset}';