Sets a static style for all enumerators.
LipList enumeratorStyle(Style style) { _enumeratorStyleFunc = (_, _) => style; _syncRenderer(); return this; }