text field patch

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-18 11:53:52 +08:00
parent 177493fe38
commit 01eca30575
4 changed files with 17 additions and 11 deletions

View File

@@ -299,7 +299,7 @@ class RichTextField extends StatefulWidget {
this.scrollPadding = const EdgeInsets.all(20.0),
this.dragStartBehavior = DragStartBehavior.start,
bool? enableInteractiveSelection,
this.selectAllOnFocus,
this.selectAllOnFocus = false,
this.selectionControls,
this.onTap,
this.onTapAlwaysCalled = false,