added api for space management

This commit is contained in:
hannathkadher
2024-10-02 10:11:55 +04:00
parent 23f92d4901
commit ef233c414b
4 changed files with 267 additions and 4 deletions

View File

@ -47,7 +47,12 @@ class CustomSearchBar extends StatelessWidget {
fillColor: ColorsManager.textFieldGreyColor,
hintText: hintText,
hintStyle: TextStyle(
color: Colors.grey[400],
color: Color(0xB2999999),
fontSize: 12,
fontFamily: 'Aftika',
fontWeight: FontWeight.w400,
height: 0,
letterSpacing: -0.24,
),
suffixIcon: Padding(
padding: const EdgeInsets.only(right: 16),