Unverified Commit 299fbc42 authored by Justin McCandless's avatar Justin McCandless Committed by GitHub

Fix typo (#45125)

Typo in a title in a gallery demo
parent 53c7ca7d
...@@ -40,7 +40,7 @@ class _TransformationsDemoState extends State<TransformationsDemo> { ...@@ -40,7 +40,7 @@ class _TransformationsDemoState extends State<TransformationsDemo> {
// the GestureTransformable parent widget. // the GestureTransformable parent widget.
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(
title: const Text('2D Tranformations'), title: const Text('2D Transformations'),
actions: <Widget>[ actions: <Widget>[
IconButton( IconButton(
icon: const Icon(Icons.help), icon: const Icon(Icons.help),
......
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