Add kHSpacer12

This commit is contained in:
Ashita Prasad
2024-07-15 00:56:43 +05:30
parent 73d64d681f
commit ddca86b435
2 changed files with 2 additions and 1 deletions

View File

@ -148,6 +148,7 @@ const kPb70 = EdgeInsets.only(
const kHSpacer4 = SizedBox(width: 4);
const kHSpacer5 = SizedBox(width: 5);
const kHSpacer10 = SizedBox(width: 10);
const kHSpacer12 = SizedBox(width: 12);
const kHSpacer20 = SizedBox(width: 20);
const kHSpacer40 = SizedBox(width: 40);
const kVSpacer5 = SizedBox(height: 5);

View File

@ -28,7 +28,7 @@ class SidebarHeader extends ConsumerWidget {
style: kTextStyleButton,
),
),
const SizedBox(width: 12),
kHSpacer12,
ElevatedButton(
onPressed: onImport,
style: kButtonSidebarStyle,