fix: removed Widget type from child parameter in OutlinedButton (#111034)

This commit is contained in:
Alejandro Santiago 2022-09-09 23:12:29 +01:00 committed by GitHub
parent 5b80ed794f
commit d671a834f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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