minor change

This commit is contained in:
Thibault Deckers 2019-12-24 12:15:45 +09:00
parent 43ef91cc7b
commit ea3bd1d0a2

View file

@ -71,7 +71,13 @@ class ImagePageState extends State<ImagePage> with AutomaticKeepAliveClientMixin
);
},
loadingChild: const Center(
child: CircularProgressIndicator(),
child: SizedBox(
width: 64,
height: 64,
child: CircularProgressIndicator(
strokeWidth: 2,
),
),
),
backgroundDecoration: BoxDecoration(color: Colors.transparent),
pageController: widget.pageController,