Sets a static style for all items.
LipList itemStyle(Style style) { _itemStyleFunc = (_, _) => style; _syncRenderer(); return this; }