space static method

String space(
  1. ListItems items,
  2. int index
)

Single space indent.

Implementation

static String space(ListItems items, int index) => ' ';