Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Does not show refresh image #162

Open
jawad12345A opened this issue Jun 24, 2020 · 1 comment
Open

Does not show refresh image #162

jawad12345A opened this issue Jun 24, 2020 · 1 comment

Comments

@jawad12345A
Copy link
Contributor

   Positioned(
          left: 0, right: 0,
          top: 0, bottom: 0,
          child: ClipRRect(
                           borderRadius: BorderRadius.circular(25),


          child: TransitionToImage(image: AdvancedNetworkImage(
          image, timeoutDuration: Duration(minutes: 1)
             ),
            fit: BoxFit.cover,
            placeholder: const Icon(Icons.refresh, color: Colors.black,),
            width: 400.0,
            height: 300.0,
                    loadingWidgetBuilder: (_, double progress, __) => Center(child: CircularProgressIndicator(value: progress)),
              enableRefresh: true,



            ),
          ),
        ),
@jawad12345A
Copy link
Contributor Author

Screenshot_1592972831

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant