indenterStyle method

LipList indenterStyle(
  1. Style style
)

Sets a static style for all indenters.

Implementation

LipList indenterStyle(Style style) {
  _indenterStyleFunc = (_, _) => style;
  _syncRenderer();
  return this;
}