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
? const EnteLoadingWidget(
alignment: Alignment.topRight,
padding: 10,
size: 12,
alignment: Alignment.topLeft,
padding: 19,
size: 11,
color: strokeSolidMutedLight,
)
: const SizedBox.shrink(),