onBackspace method

bool onBackspace(
  1. FluentDocument document, {
  2. bool ctrl = false,
  3. bool lineStart = false,
})

Intercepts Backspace key. Return true if handled.

Implementation

bool onBackspace(
  FluentDocument document, {
  bool ctrl = false,
  bool lineStart = false,
}) =>
    false;