onTab method
Intercepts Tab/Shift+Tab keys (indent/outdent). Return true if handled.
Implementation
bool onTab(FluentDocument document, {required bool isShiftPressed}) => false;
Intercepts Tab/Shift+Tab keys (indent/outdent). Return true if handled.
bool onTab(FluentDocument document, {required bool isShiftPressed}) => false;