diff --git a/packages/flutter/lib/src/material/outlined_button.dart b/packages/flutter/lib/src/material/outlined_button.dart index 3797d538df..6a11a441fd 100644 --- a/packages/flutter/lib/src/material/outlined_button.dart +++ b/packages/flutter/lib/src/material/outlined_button.dart @@ -80,7 +80,7 @@ class OutlinedButton extends ButtonStyleButton { super.autofocus = false, super.clipBehavior = Clip.none, super.statesController, - required Widget super.child, + required super.child, }); /// Create a text button from a pair of widgets that serve as the button's