add blank space

This commit is contained in:
hannathkadher
2024-11-23 23:02:25 +04:00
parent 59d9a34c4e
commit 7806d3de7d
4 changed files with 98 additions and 2 deletions

View File

@ -0,0 +1,18 @@
import 'package:syncrow_web/utils/constants/assets.dart';
const List<String> spaceIconList = [
Assets.location,
Assets.villa,
Assets.gym,
Assets.sauna,
Assets.bbq,
Assets.building,
Assets.desk,
Assets.door,
Assets.parking,
Assets.pool,
Assets.stair,
Assets.steamRoom,
Assets.street,
Assets.unit,
];