Unverified Commit 162d914d authored by creativecreatorormaybenot's avatar creativecreatorormaybenot Committed by GitHub

Fix typos and formatting in framework.dart (#88926)

parent 86fd222f
...@@ -4254,9 +4254,7 @@ abstract class Element extends DiagnosticableTree implements BuildContext { ...@@ -4254,9 +4254,7 @@ abstract class Element extends DiagnosticableTree implements BuildContext {
'will always be built. Otherwise, the framework might not visit this ' 'will always be built. Otherwise, the framework might not visit this '
'widget during this build phase.', 'widget during this build phase.',
), ),
describeElement( describeElement('The widget on which setState() or markNeedsBuild() was called was'),
'The widget on which setState() or markNeedsBuild() was called was',
),
]; ];
if (owner!._debugCurrentBuildTarget != null) if (owner!._debugCurrentBuildTarget != null)
information.add(owner!._debugCurrentBuildTarget!.describeWidget('The widget which was currently being built when the offending call was made was')); information.add(owner!._debugCurrentBuildTarget!.describeWidget('The widget which was currently being built when the offending call was made was'));
......
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