Unverified Commit d671a834 authored by Alejandro Santiago's avatar Alejandro Santiago Committed by GitHub

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

parent 5b80ed79
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment