Skip to content

Commit 4498e6d

Browse files
committed
refactor: dart format
1 parent 30a86b5 commit 4498e6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/src/fields/form_builder_text_field.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@ class FormBuilderTextField extends FormBuilderFieldDecoration<String> {
204204
final GestureTapCallback? onTap;
205205

206206
/// {@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
208208
/// 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,
213213
/// although it will be within the region of one of the group members.
214214
/// {@endtemplate}
215215
final TapRegionCallback? onTapOutside;

0 commit comments

Comments
 (0)