Update Send button and tests

This commit is contained in:
Ashita Prasad
2024-12-16 03:41:26 +05:30
parent fe558a066a
commit 3da407b899
4 changed files with 8 additions and 10 deletions

View File

@ -84,6 +84,8 @@ const kSizedBoxEmpty = SizedBox();
const kHSpacer2 = SizedBox(width: 2);
const kHSpacer4 = SizedBox(width: 4);
const kHSpacer5 = SizedBox(width: 5);
const kHSpacer6 = SizedBox(width: 6);
const kHSpacer8 = SizedBox(width: 8);
const kHSpacer10 = SizedBox(width: 10);
const kHSpacer12 = SizedBox(width: 12);
const kHSpacer20 = SizedBox(width: 20);