overflow method
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}';
Returns the overflow indicator text (dimmed ellipsis).
Used to indicate there are more items above/below the visible viewport.
String overflow() => '${theme.dim}...${theme.reset}';