Unverified Commit 8d117c63 authored by greymag's avatar greymag Committed by GitHub

Doc: default value for enableInteractiveSelection. (#87949)

parent 947d3b6d
......@@ -1191,6 +1191,8 @@ class EditableText extends StatefulWidget {
/// When this is false, the text selection cannot be adjusted by
/// the user, text cannot be copied, and the user cannot paste into
/// the text field from the clipboard.
///
/// Defaults to true.
/// {@endtemplate}
final bool enableInteractiveSelection;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment