File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -204,12 +204,12 @@ class FormBuilderTextField extends FormBuilderFieldDecoration<String> {
204
204
final GestureTapCallback ? onTap;
205
205
206
206
/// {@template flutter.material.textfield.onTapOutside}
207
- /// A callback to be invoked when a tap is detected outside of this TapRegion
207
+ /// A callback to be invoked when a tap is detected outside of this TapRegion
208
208
/// and any other region with the same groupId, if any.
209
- ///
210
- /// The PointerDownEvent passed to the function is the event that caused the
211
- /// notification. If this region is part of a group (i.e. groupId is set),
212
- /// then it's possible that the event may be outside of this immediate region,
209
+ ///
210
+ /// The PointerDownEvent passed to the function is the event that caused the
211
+ /// notification. If this region is part of a group (i.e. groupId is set),
212
+ /// then it's possible that the event may be outside of this immediate region,
213
213
/// although it will be within the region of one of the group members.
214
214
/// {@endtemplate}
215
215
final TapRegionCallback ? onTapOutside;
You can’t perform that action at this time.
0 commit comments