Unverified Commit c1cd20b7 authored by parkershepherd's avatar parkershepherd Committed by GitHub

Update documentation to match implementation (#108843)

parent bfca3143
...@@ -739,7 +739,7 @@ class Image extends StatefulWidget { ...@@ -739,7 +739,7 @@ class Image extends StatefulWidget {
/// child: child, /// child: child,
/// ); /// );
/// }, /// },
/// loadingBuilder: (BuildContext context, Widget child, ImageChunkEvent loadingProgress) { /// loadingBuilder: (BuildContext context, Widget child, ImageChunkEvent? loadingProgress) {
/// return Center(child: child); /// return Center(child: child);
/// }, /// },
/// ) /// )
......
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