Commit 1e3a85fe authored by Todd Volkert's avatar Todd Volkert

Make AssetImage constructor const

parent 724388d2
...@@ -1413,7 +1413,7 @@ class AsyncImage extends StatelessComponent { ...@@ -1413,7 +1413,7 @@ class AsyncImage extends StatelessComponent {
} }
class AssetImage extends StatelessComponent { class AssetImage extends StatelessComponent {
AssetImage({ const AssetImage({
Key key, Key key,
this.name, this.name,
this.bundle, this.bundle,
......
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