Update RawEditor

pull/670/head
X Code 3 years ago
parent 21d001c95a
commit 22ab369c02
  1. 2
      lib/src/widgets/raw_editor.dart

@ -211,6 +211,8 @@ class RawEditor extends StatefulWidget {
/// and paste, and moving the caret will be disabled.
final bool enableInteractiveSelection;
bool get selectionEnabled => enableInteractiveSelection;
/// The [ScrollPhysics] to use when vertically scrolling the input.
///
/// If not specified, it will behave according to the current platform.

Loading…
Cancel
Save