setTabSize method

void setTabSize(
  1. int value
)

The width of a tab character.

Implementation

void setTabSize(int value) => setOption('tabSize', value);