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
Description
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
Labels
No labels