enableAlwaysIndentOnTab property
Enables always indenting when the TAB key is pressed.
When set to true, pressing the TAB key will always insert an indentation regardless of the context. If set to false, the TAB key will only indent when the cursor is at the beginning of a list item. In other cases, it will insert a tab character.
Defaults to false. Must not be null.
Implementation
final bool enableAlwaysIndentOnTab;