Skip to content

Commit

Permalink
Update packages/devtools_app/lib/src/screens/performance/panes/flutte…
Browse files Browse the repository at this point in the history
…r_frames/flutter_frames_chart.dart

Co-authored-by: Jonah Williams <[email protected]>
  • Loading branch information
kenzieschmoll and jonahwilliams authored Nov 17, 2023
1 parent ca8352e commit 365059b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class _FramesChartState extends State<FramesChart> with AutoDisposeMixin {
right: denseSpacing,
top: densePadding,
child: Text(
'Engine: ${widget.impellerEnabled ? 'Impeler' : 'Skia'}',
'Engine: ${widget.impellerEnabled ? 'Impeller' : 'Skia'}',
style: themeData.subtleChartTextStyle,
),
),
Expand Down

0 comments on commit 365059b

Please sign in to comment.