tabSize property

int tabSize
final

The tabSize number of spaces which will be used instead of \t. Defaults to 1.

Note: Flutter currently doesn't support tabSize. Check this issue for more information https://github.com/flutter/flutter/issues/50087

Implementation

final int tabSize;