Unverified Commit 8988c4e1 authored by creativecreatorormaybenot's avatar creativecreatorormaybenot Committed by GitHub

Sort icon last (#76992)

parent 67edb63d
......@@ -144,7 +144,6 @@ class IconButton extends StatelessWidget {
this.padding = const EdgeInsets.all(8.0),
this.alignment = Alignment.center,
this.splashRadius,
required this.icon,
this.color,
this.focusColor,
this.hoverColor,
......@@ -158,6 +157,7 @@ class IconButton extends StatelessWidget {
this.tooltip,
this.enableFeedback = true,
this.constraints,
required this.icon,
}) : assert(iconSize != null),
assert(padding != null),
assert(alignment != null),
......
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