Commit c0884943 authored by Ian Hickson's avatar Ian Hickson

Merge pull request #739 from Hixie/builder-no-variables

BuilderTransition no longer requires variables
parents eaab8fa1 4789ee36
......@@ -259,7 +259,7 @@ typedef Widget BuilderFunction(BuildContext context);
class BuilderTransition extends TransitionComponent {
BuilderTransition({
Key key,
this.variables,
this.variables: const <AnimatedValue>[],
this.builder,
PerformanceView performance
}) : super(key: key,
......
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