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

Make AssetImage constructor const

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