mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
fix: removed Widget type from child parameter in OutlinedButton (#111034)
This commit is contained in:
parent
5b80ed794f
commit
d671a834f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user