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