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

Does not show refresh image  #162

Open
@jawad12345A

Description

@jawad12345A
   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,



            ),
          ),
        ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions