mirror of
https://github.com/foss42/apidash.git
synced 2025-05-29 21:06:01 +08:00
Add kHSpacer12
This commit is contained in:
@ -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);
|
||||
|
@ -28,7 +28,7 @@ class SidebarHeader extends ConsumerWidget {
|
||||
style: kTextStyleButton,
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 12),
|
||||
kHSpacer12,
|
||||
ElevatedButton(
|
||||
onPressed: onImport,
|
||||
style: kButtonSidebarStyle,
|
||||
|
Reference in New Issue
Block a user