onBackspace method
Intercepts Backspace key. Return true if handled.
Implementation
bool onBackspace(
FluentDocument document, {
bool ctrl = false,
bool lineStart = false,
}) =>
false;
Intercepts Backspace key. Return true if handled.
bool onBackspace(
FluentDocument document, {
bool ctrl = false,
bool lineStart = false,
}) =>
false;