feat(map in info): change position of loading widget in map

This commit is contained in:
ashilkn 2024-02-01 13:12:14 +05:30
parent 4c0e4ab92a
commit 69c37debaf

View file

@ -244,9 +244,9 @@ class _InfoMapState extends State<InfoMap> {
), ),
_tappedToOpenMap _tappedToOpenMap
? const EnteLoadingWidget( ? const EnteLoadingWidget(
alignment: Alignment.topRight, alignment: Alignment.topLeft,
padding: 10, padding: 19,
size: 12, size: 11,
color: strokeSolidMutedLight, color: strokeSolidMutedLight,
) )
: const SizedBox.shrink(), : const SizedBox.shrink(),