overflow method

String overflow()

Returns the overflow indicator text (dimmed ellipsis).

Used to indicate there are more items above/below the visible viewport.

Implementation

String overflow() => '${theme.dim}...${theme.reset}';