arrowDim method

String arrowDim()

Returns a dimmed arrow (for inactive/non-focused items).

Implementation

String arrowDim() => '${theme.dim}${glyphs.arrow}${theme.reset}';